python_bot/global_conf.py
hogweed1 81db0b2bdb
All checks were successful
continuous-integration/drone/push Build is passing
море спася геноцид
2025-05-12 21:57:58 +10:00

12 lines
222 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