Browse Source

added definitions.py

Roey Regev 6 năm trước cách đây
mục cha
commit
8bebc26abf
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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__))