diff --git a/v3io/__init__.py b/v3io/__init__.py index 024590c..38ccd3c 100644 --- a/v3io/__init__.py +++ b/v3io/__init__.py @@ -13,3 +13,5 @@ # limitations under the License. # __version__ = "0.0.0+unstable" + +from .dataplane import Client, RaiseForStatus # noqa: F401