video-accessibility/backend/app/migrations/__init__.py
Vadym Samoilenko 31199f8705 chore: push all session changes — backend hardening, tests, apache config, deploy scripts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 15:52:14 +01:00

5 lines
144 B
Python

"""Database migration framework for MongoDB."""
from .migrator import Migration, MigrationManager
__all__ = ["MigrationManager", "Migration"]