Skip to content

Commit d064c52

Browse files
authored
sources moved to sources subpackage in python sdk (cocoindex-io#1081)
1 parent a1e2810 commit d064c52

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""
2+
Sources supported by CocoIndex.
3+
"""
4+
5+
from ._engine_builtin_specs import *

python/cocoindex/sources.py renamed to python/cocoindex/sources/_engine_builtin_specs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""All builtin sources."""
22

3-
from . import op
4-
from .auth_registry import TransientAuthEntryReference
5-
from .setting import DatabaseConnectionSpec
3+
from .. import op
4+
from ..auth_registry import TransientAuthEntryReference
5+
from ..setting import DatabaseConnectionSpec
66
from dataclasses import dataclass
77
import datetime
88

0 commit comments

Comments
 (0)