vars.py im letzten commit vergessen
This commit is contained in:
parent
ed3df6b81a
commit
aecf237d65
2 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@
|
||||||
!/func.py
|
!/func.py
|
||||||
!/index.db
|
!/index.db
|
||||||
!/main.py
|
!/main.py
|
||||||
|
!/vars.py
|
4
vars.py
Normal file
4
vars.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
import os
|
||||||
|
|
||||||
|
ROOT_DIR=os.getcwd()
|
||||||
|
CONFIG_DIR=ROOT_DIR
|
Loading…
Add table
Reference in a new issue