naking stuff
This commit is contained in:
parent
62d1d9baca
commit
8d2bb67499
7 changed files with 104 additions and 5 deletions
|
|
@ -1,2 +1,6 @@
|
|||
confDict = {}
|
||||
|
||||
def loadConfig(confLocation = "$HOME/.config/owo.yaml"):
|
||||
|
||||
from os import path
|
||||
if not path.exists(confLocation):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue