From 6b2a90c266dfbf3ac78e97e889a3ae7968ec0e62 Mon Sep 17 00:00:00 2001 From: elburg Date: Fri, 24 Feb 2023 12:31:21 -0800 Subject: [PATCH] i did a things uwu --- src/__init__.py | 5 +++++ src/__main__.py | 1 + src/config.py | 2 ++ src/output.py | 1 + 4 files changed, 9 insertions(+) create mode 100644 src/config.py create mode 100644 src/output.py diff --git a/src/__init__.py b/src/__init__.py index e69de29..267948f 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -0,0 +1,5 @@ +from . import config +from . import output +import logging +def main(): + \ No newline at end of file diff --git a/src/__main__.py b/src/__main__.py index e69de29..0393157 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -0,0 +1 @@ +raise "nononono u can't do that! >~<" \ No newline at end of file diff --git a/src/config.py b/src/config.py new file mode 100644 index 0000000..a953800 --- /dev/null +++ b/src/config.py @@ -0,0 +1,2 @@ +def loadConfig(confLocation = "$HOME/.config/owo.yaml"): + \ No newline at end of file diff --git a/src/output.py b/src/output.py new file mode 100644 index 0000000..ade1461 --- /dev/null +++ b/src/output.py @@ -0,0 +1 @@ +import logging