Multi_Agent_System / config.py
DevForML's picture
Upload 12 files
8886323 verified
raw
history blame contribute delete
169 Bytes
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"