Freeze adapter launcher public imports
This commit is contained in:
parent
663811b1d3
commit
cd3c761988
1 changed files with 11 additions and 1 deletions
|
|
@ -78,7 +78,17 @@ PUBLIC_IMPORTS = {
|
||||||
"CanonicalApplicationService",
|
"CanonicalApplicationService",
|
||||||
"GenericCanonicalApplier",
|
"GenericCanonicalApplier",
|
||||||
),
|
),
|
||||||
"docforge.client_config": ("generate_client_configuration",),
|
"docforge.adapter_launcher": (
|
||||||
|
"ADAPTER_LAUNCHER_SCHEMA_VERSION",
|
||||||
|
"AdapterLauncherV1",
|
||||||
|
"AdapterSourceAvailabilityV1",
|
||||||
|
"adapter_source_availability",
|
||||||
|
"validate_adapter_launcher",
|
||||||
|
),
|
||||||
|
"docforge.client_config": (
|
||||||
|
"generate_adapter_client_configuration",
|
||||||
|
"generate_client_configuration",
|
||||||
|
),
|
||||||
"docforge.doctor": ("run_doctor",),
|
"docforge.doctor": ("run_doctor",),
|
||||||
"docforge.index": ("ProjectIndex",),
|
"docforge.index": ("ProjectIndex",),
|
||||||
"docforge.graph_projection": (
|
"docforge.graph_projection": (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue