ChatSQL / utility /constant.py
ls291's picture
Add application file
dc82c71
"""
@File: 存放固定的路径
"""
import os
import pandas as pd
# 根目录
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
configurable_file_path = os.path.join(BASE_DIR, 'configurable_file')