Memerr-2.0/src/config.py

5 lines
97 B
Python

import envyaml
import os
config = envyaml.EnvYAML(os.environ.get('CONFIG_PATH', 'config.yaml'))