python_bot/global_conf.py
hogweed1 7e52c86067
All checks were successful
continuous-integration/drone/push Build is passing
be be bechka lo
2025-05-12 21:38:25 +10:00

13 lines
223 B
Python

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