Skip to content

Commit b282b3d

Browse files
committed
chore(app-namespace): limit stuffs exported from settings
1 parent 0ddb184 commit b282b3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/cocoindex/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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 *
12+
from .setting import DatabaseConnectionSpec, Settings, ServerSettings
13+
from .setting import get_app_namespace
1314
from ._engine import OpArgSchema
1415
from .typing import Float32, Float64, LocalDateTime, OffsetDateTime, Range, Vector, Json

0 commit comments

Comments
 (0)