medved/Config.py
2018-07-28 15:21:15 +03:00

8 lines
142 B
Python

#!/usr/bin/python3
# -*- coding: utf-8 -*-
import yaml
cnf = {}
with open('data/config.yaml') as config_file:
cnf = yaml.load(config_file)