owo/src/config.py
2023-03-01 10:14:04 -08:00

6 lines
143 B
Python

confDict = {}
def loadConfig(confLocation = "$HOME/.config/owo.yaml"):
from os import path
if not path.exists(confLocation):