Skip to content

Commit

Permalink
Adding __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shuveb committed Jun 24, 2024
1 parent a750a8b commit 4032111
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/unstract/api_deployments/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__version__ = "0.1.0"

from .api_deployments_client import APIDeploymentsClient


def get_sdk_version():
return __version__

0 comments on commit 4032111

Please sign in to comment.