We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93de3f commit 7c47456Copy full SHA for 7c47456
src/typesense/__init__.py
@@ -1,4 +1,5 @@
1
from .client import Client # NOQA
2
3
4
+__all__ = ["Client"]
5
__version__ = "1.3.0"
0 commit comments