7 lines
115 B
Python
7 lines
115 B
Python
__author__ = 'RemiZOffAlex'
|
|
__email__ = 'remizoffalex@mail.ru'
|
|
|
|
|
|
def handle_execute(args):
|
|
print('args', args)
|