6 lines
162 B
Python

from app.db.base import Base
# Import all models here for Alembic autogenerate
# Base imported for convenience and usability in other modules
__all__ = ["Base"]