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