DevForML/Multi_Agent_System
0
1import json
2import os
3
4# config.py
5DB_PATH = "your_db_path_here"
6DOC_PATH = "your_doc_path_here"
7IMG_PATH = "your_img_path_here"
8OTH_PATH = "your_other_path_here"1import json
2import os
3
4# config.py
5DB_PATH = "your_db_path_here"
6DOC_PATH = "your_doc_path_here"
7IMG_PATH = "your_img_path_here"
8OTH_PATH = "your_other_path_here"