Skip to content

Commit 5a831c8

Browse files
authored
feat: add global instance of OpenHexaClient (#285)
1 parent 2259a87 commit 5a831c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openhexa/sdk/client/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""OpenHexa Client."""
2+
from ..utils import OpenHexaClient
3+
4+
openhexa = OpenHexaClient()
5+
6+
7+
__all__ = ["openhexa"]

0 commit comments

Comments
 (0)