Browse Source

added definitions.py

Roey Regev 6 years ago
parent
commit
8bebc26abf
1 changed files with 3 additions and 0 deletions
  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__))