python_bot_v2/global_conf.py
2024-01-21 22:33:15 +10:00

7 lines
97 B
Python

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