diff --git a/executor/cli/git.py b/executor/cli/git.py new file mode 100644 index 0000000..24c55c0 --- /dev/null +++ b/executor/cli/git.py @@ -0,0 +1,6 @@ +__author__ = 'RemiZOffAlex' +__email__ = 'remizoffalex@mail.ru' + + +def handle_git(args): + print('args', args) \ No newline at end of file