From 6e1942ae481ecf4694d8065a37526e2e6ff10d91 Mon Sep 17 00:00:00 2001 From: Assaf Ben-Amitai Date: Tue, 30 Apr 2024 08:49:50 +0300 Subject: [PATCH] Import sub-packages as part of v3io package init (#120) --- v3io/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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