General-API/src/config.py

6 lines
111 B
Python
Raw Normal View History

2023-08-13 03:01:11 +00:00
from envyaml import EnvYAML
import os
def getConfig():
return EnvYAML(os.getenv("CONFIG", "config.yaml"))