Skip to content

Commit 4032111

Browse files
committed
Adding __init__.py
1 parent a750a8b commit 4032111

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
__version__ = "0.1.0"
2+
3+
from .api_deployments_client import APIDeploymentsClient
4+
5+
6+
def get_sdk_version():
7+
return __version__

0 commit comments

Comments
 (0)