Skip to content

Commit 5b73f90

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/typesense/__init__.py

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

34

45
__version__ = "2.0.0"
6+
__all__ = ["Client", "AsyncClient"]

0 commit comments

Comments
 (0)