from .m0001_adopt_legacy import MIGRATION as M0001_ADOPT_LEGACY from .runner import Migration, MigrationError, MigrationRunner MIGRATIONS = (M0001_ADOPT_LEGACY,) __all__ = ["MIGRATIONS", "Migration", "MigrationError", "MigrationRunner"]