mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Modernize: Unicode literals
This commit is contained in:
@@ -19,6 +19,7 @@ Data from:
|
||||
History:
|
||||
1.1: add to_currency()
|
||||
'''
|
||||
from __future__ import unicode_literals
|
||||
from num2word_base import Num2Word_Base
|
||||
|
||||
class Num2Word_EU(Num2Word_Base):
|
||||
|
||||
Reference in New Issue
Block a user