i did a things uwu
This commit is contained in:
parent
e81d65d812
commit
6b2a90c266
4 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
from . import config
|
||||||
|
from . import output
|
||||||
|
import logging
|
||||||
|
def main():
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
raise "nononono u can't do that! >~<"
|
2
src/config.py
Normal file
2
src/config.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
def loadConfig(confLocation = "$HOME/.config/owo.yaml"):
|
||||||
|
|
1
src/output.py
Normal file
1
src/output.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
import logging
|
Loading…
Reference in a new issue