diff --git a/main - Copy.py b/main - Copy.py new file mode 100644 index 0000000..2d1991c --- /dev/null +++ b/main - Copy.py @@ -0,0 +1,14 @@ +from pathlib import Path + + +def ccc(): + pass + + +def Precommit(): + if True: + print(Path(".") + " 11111" + "22222") + + +Precommit() +ccc() \ No newline at end of file