6 lines
116 B
Python
6 lines
116 B
Python
__author__ = 'RemiZOffAlex'
|
|
__email__ = 'remizoffalex@mail.ru'
|
|
|
|
|
|
def register(dictionary):
|
|
dictionary.register() |