We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2259a87 commit 5a831c8Copy full SHA for 5a831c8
1 file changed
openhexa/sdk/client/__init__.py
@@ -0,0 +1,7 @@
1
+"""OpenHexa Client."""
2
+from ..utils import OpenHexaClient
3
+
4
+openhexa = OpenHexaClient()
5
6
7
+__all__ = ["openhexa"]
0 commit comments