Skip to content

Commit 874ca56

Browse files
committed
Add support for asynchronous code
1 parent c0fb8e6 commit 874ca56

File tree

2 files changed

+482
-1
lines changed

2 files changed

+482
-1
lines changed

loading_sdk/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from loading_sdk.api import LoadingApiClient
2+
from loading_sdk.async_api import async_loading_api_client as AsyncLoadingApiClient
23

3-
__all__ = ["LoadingApiClient"]
4+
__all__ = ["LoadingApiClient", "AsyncLoadingApiClient"]

0 commit comments

Comments
 (0)