Spaces:
Sleeping
Sleeping
File size: 122 Bytes
e8c2906 |
1 2 3 4 5 |
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
CONFIG_FILE_PATH = os.path.join(BASE_DIR, "config.toml")
|