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