import toml import os config_file:str = os.path.join(os.path.dirname(__file__),'config.toml') CONFIG = toml.load(config_file)