aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/__init__.py')
-rw-r--r--src/hydrilla/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hydrilla/__init__.py b/src/hydrilla/__init__.py
new file mode 100644
index 0000000..6aeb276
--- /dev/null
+++ b/src/hydrilla/__init__.py
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: 0BSD
+
+# Copyright (C) 2013-2020, PyPA
+
+# https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
+
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)