owo/src/config.py

7 lines
143 B
Python
Raw Normal View History

2023-03-01 10:14:04 -08:00
confDict = {}
2023-02-24 12:31:21 -08:00
def loadConfig(confLocation = "$HOME/.config/owo.yaml"):
2023-03-01 10:14:04 -08:00
from os import path
if not path.exists(confLocation):