forked from Pavel_Durov/python_bot
#8 надеюсь не сломается
This commit is contained in:
6
global_conf.py
Normal file
6
global_conf.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import yaml
|
||||
|
||||
|
||||
|
||||
with open("config.yaml", 'r') as f:
|
||||
CONFIG = yaml.load(f, Loader=yaml.Loader)
|
||||
Reference in New Issue
Block a user