Skip to content

Commit 7c47456

Browse files
authored
Add __all__ to __init__.py for public API
Fixes #119
1 parent d93de3f commit 7c47456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
22

33

4+
__all__ = ["Client"]
45
__version__ = "1.3.0"

0 commit comments

Comments
 (0)