Skip to content

Commit 2af4576

Browse files
committed
feat: add entrypoint for sync client
1 parent a4286f5 commit 2af4576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/typesense/sync/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .client import Client # NOQA
2+
3+
__all__ = ["Client"]

0 commit comments

Comments
 (0)