af3a445
1
2
3
4
5
6
import toml import os config_file:str = os.path.join(os.path.dirname(__file__),'config.toml') CONFIG = toml.load(config_file)