diff --git a/swh/storage/__init__.py b/swh/storage/__init__.py new file mode 100644 index 00000000..4b870c3f --- /dev/null +++ b/swh/storage/__init__.py @@ -0,0 +1,3 @@ +from . import storage + +Storage = storage.Storage diff --git a/swh/storage/tests/__init__.py b/swh/storage/tests/__init__.py new file mode 100644 index 00000000..fdffa2a0 --- /dev/null +++ b/swh/storage/tests/__init__.py @@ -0,0 +1 @@ +# placeholder