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