python_bot/global_conf.py
Simple_Not ef4c806071
All checks were successful
continuous-integration/drone/push Build is passing
#8 надеюсь не сломается
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)