diff --git a/swh/__init__.py b/swh/__init__.py new file mode 100644 index 0000000..232e865 --- /dev/null +++ b/swh/__init__.py @@ -0,0 +1,2 @@ +from pkgutil import extend_path +__path__ = extend_path(__path__, __name__) # NOQA