Skip to content

Commit e8e8e2b

Browse files
authored
Merge pull request #120 from pcorpet/patch-1
Add __all__ to __init__.py for public API
2 parents d93de3f + 7c47456 commit e8e8e2b

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)