diff --git a/.gitignore b/.gitignore index e3e0132..dc3665a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ !/.gitignore !/func.py !/index.db -!/main.py \ No newline at end of file +!/main.py +!/vars.py \ No newline at end of file diff --git a/vars.py b/vars.py new file mode 100644 index 0000000..866ad45 --- /dev/null +++ b/vars.py @@ -0,0 +1,4 @@ +import os + +ROOT_DIR=os.getcwd() +CONFIG_DIR=ROOT_DIR