From de808576aae01eb5fb777747902d587e6410365f Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 18 Oct 2025 23:13:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20executor/cli/git.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/cli/git.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 executor/cli/git.py 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