5 lines
71 B
Python
5 lines
71 B
Python
|
|
class I18N:
|
|
def __init__(self, lock_dir, load_lang):
|
|
pass
|