i did a things uwu

This commit is contained in:
elburg 2023-02-24 12:31:21 -08:00
parent e81d65d812
commit 6b2a90c266
4 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from . import config
from . import output
import logging
def main():

View file

@ -0,0 +1 @@
raise "nononono u can't do that! >~<"

2
src/config.py Normal file
View file

@ -0,0 +1,2 @@
def loadConfig(confLocation = "$HOME/.config/owo.yaml"):

1
src/output.py Normal file
View file

@ -0,0 +1 @@
import logging