Skip to content

Commit 5391085

Browse files
committed
feat: expose async client to entrypoint
1 parent 7907cac commit 5391085

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/typesense/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .client import Client # NOQA
2+
from .async_client import AsyncClient # NOQA
23

34

45
__version__ = "2.0.0"

0 commit comments

Comments
 (0)