import json import os # config.py DB_PATH = "your_db_path_here" DOC_PATH = "your_doc_path_here" IMG_PATH = "your_img_path_here" OTH_PATH = "your_other_path_here"