Skip to content
Snippets Groups Projects

Refactoring: Moves execution to a separate module.

Merged Adham Hashibon requested to merge extract-execution-module into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -10,6 +10,7 @@ from .core.kpi_specification import KPISpecification # noqa
from .core.execution_layer import ExecutionLayer # noqa
from .core.verifier import verify_workflow # noqa
from .core.verifier import VerifierError # noqa
from .execution import execute_layer, execute_workflow # noqa
from .data_sources.base_data_source_model import BaseDataSourceModel # noqa
from .data_sources.base_data_source import BaseDataSource # noqa
Loading