This repository has been archived on 2023-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
Obsidian-APIs/src/config.py

6 lines
111 B
Python

from envyaml import EnvYAML
import os
def getConfig():
return EnvYAML(os.getenv("CONFIG", "config.yaml"))