Skip to content

Commit 8bc6f43

Browse files
committed
Define __all__
1 parent fa93fc3 commit 8bc6f43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ngtpy/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
from ._ngtpy import *
2+
3+
4+
__all__ = ["create", "Index", "Optimizer", "QuantizedIndex"]

0 commit comments

Comments
 (0)