diff --git a/src/hother/__init__.py b/src/hother/__init__.py new file mode 100644 index 0000000..b390758 --- /dev/null +++ b/src/hother/__init__.py @@ -0,0 +1,2 @@ +# Namespace package +__path__ = __import__("pkgutil").extend_path(__path__, __name__)