refactor: add static source provider seam

This commit is contained in:
lda
2026-06-12 09:59:39 +07:00 Verified
parent dee95c89d2
commit bad3dbae0c
9 changed files with 148 additions and 17 deletions
+7 -1
View File
@@ -1,9 +1,15 @@
from __future__ import annotations
from .loader import PythonSourceConfigLike, load_python_source, python_capability_source
from .loader import (
PythonSourceConfigLike,
PythonSourceProvider,
load_python_source,
python_capability_source,
)
__all__ = [
"PythonSourceConfigLike",
"PythonSourceProvider",
"load_python_source",
"python_capability_source",
]