python_bot/global_conf.py
hogweed1 f4a1cee509
All checks were successful
continuous-integration/drone/push Build is passing
be be be
2025-05-12 21:28:36 +10:00

8 lines
125 B
Python

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