Selaa lähdekoodia

added definitions.py

Roey Regev 6 vuotta sitten
vanhempi
commit
8bebc26abf
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      code/definitions.py

+ 3 - 0
code/definitions.py

@@ -0,0 +1,3 @@
+import os
+
+ROOT_DIR = os.path.dirname(os.path.abspath(__file__))