image-index-py/vars.py

4 lines
177 B
Python
Raw Normal View History

2022-11-12 21:42:18 +01:00
import os
ROOT_DIR=os.getcwd() # The directory where all directories and files of the index are located
CONFIG_DIR=ROOT_DIR # The directory where the file 'index.db' is located