Explorar el Código

added definitions.py

Roey Regev hace 6 años
padre
commit
8bebc26abf
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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__))