naking stuff

This commit is contained in:
elburg 2023-03-01 10:14:04 -08:00
parent 62d1d9baca
commit 8d2bb67499
7 changed files with 104 additions and 5 deletions

View file

@ -1,2 +1,6 @@
confDict = {}
def loadConfig(confLocation = "$HOME/.config/owo.yaml"):
from os import path
if not path.exists(confLocation):