6 lines
110 B
Python
6 lines
110 B
Python
__author__ = 'RemiZOffAlex'
|
|
__email__ = 'remizoffalex@mail.ru'
|
|
|
|
|
|
def handle_git(args):
|
|
print('args', args) |