This website works better with JavaScript
Home
Explore
Help
Sign In
stefan.schmidt
/
ID2T-toolkit
forked from
SPIN/ID2T-toolkit
Watch
3
Star
0
Fork
0
Files
Browse Source
added definitions.py
Roey Regev
6 years ago
parent
8719c350e3
commit
db17a83a9f
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
code/definitions.py
+ 3
- 0
code/definitions.py
View File
@@ -0,0 +1,3 @@
+import os
+
+ROOT_DIR = os.path.dirname(os.path.abspath(__file__))