python_bot_v2/global_conf.py

7 lines
97 B
Python
Raw Normal View History

import yaml
with open("config.yaml", 'r') as f:
CONFIG = yaml.load(f, Loader=yaml.Loader)