Spaces:
Sleeping
Sleeping
File size: 169 Bytes
8886323 |
1 2 3 4 5 6 7 8 |
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" |