vars.py im letzten commit vergessen
This commit is contained in:
parent
ed3df6b81a
commit
aecf237d65
2 changed files with 6 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@
|
|||
!/.gitignore
|
||||
!/func.py
|
||||
!/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