vars.py im letzten commit vergessen

This commit is contained in:
Michael Rodin 2022-11-12 21:42:18 +01:00
parent ed3df6b81a
commit aecf237d65
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View file

@ -3,4 +3,5 @@
!/.gitignore
!/func.py
!/index.db
!/main.py
!/main.py
!/vars.py

4
vars.py Normal file
View file

@ -0,0 +1,4 @@
import os
ROOT_DIR=os.getcwd()
CONFIG_DIR=ROOT_DIR