feat: consolidate legacy workflows into gyxx-flow
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
"""Safe, read-only migration boundary for legacy workflows."""
|
||||
|
||||
from gyxx_flow.migration.data import (
|
||||
DataLayer,
|
||||
HistoricalDataMigrationExecutor,
|
||||
HistoricalDataMigrationPlan,
|
||||
HistoricalDataMigrationPlanner,
|
||||
HistoricalDataMigrationReport,
|
||||
MigrationConflictError,
|
||||
MigrationExecutionError,
|
||||
MigrationSource,
|
||||
MigrationValidationError,
|
||||
)
|
||||
from gyxx_flow.migration.legacy import (
|
||||
LegacyCommandAdapter,
|
||||
LegacyConfigurationError,
|
||||
LegacyProjectRoots,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"LegacyCommandAdapter",
|
||||
"LegacyConfigurationError",
|
||||
"LegacyProjectRoots",
|
||||
"DataLayer",
|
||||
"HistoricalDataMigrationExecutor",
|
||||
"HistoricalDataMigrationPlan",
|
||||
"HistoricalDataMigrationPlanner",
|
||||
"HistoricalDataMigrationReport",
|
||||
"MigrationConflictError",
|
||||
"MigrationExecutionError",
|
||||
"MigrationSource",
|
||||
"MigrationValidationError",
|
||||
]
|
||||
Reference in New Issue
Block a user