refactor: add static source provider seam
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user