Skip to content

Commit e1a4d3d

Browse files
committed
fix(python-sdk): add back the top-level export for Settings etc.
1 parent cf567ce commit e1a4d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/cocoindex/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
from .index import VectorSimilarityMetric, VectorIndexDef, IndexOptions
1010
from .auth_registry import AuthEntryReference, add_auth_entry, ref_auth_entry
1111
from .lib import *
12+
from .setting import *
1213
from ._engine import OpArgSchema
1314
from .typing import Float32, Float64, LocalDateTime, OffsetDateTime, Range, Vector, Json

0 commit comments

Comments
 (0)