From c23d11b086ac6fe634bdb68a0b727f86e21d8353 Mon Sep 17 00:00:00 2001 From: Evgeny Maslov Date: Mon, 21 Sep 2020 13:14:39 +0300 Subject: [PATCH] Add --- main.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..19af2fc --- /dev/null +++ b/main.py @@ -0,0 +1,11 @@ +import re +from pathlib import Path + +def Precommit(): + if (True): + print(Path(".") + " 11111" + + "22222") + + + +Precommit() \ No newline at end of file