# Piège : tout modèle absent de ce module reste invisible de `alembic revision # --autogenerate`, qui générerait alors un drop de sa table. from app.models.audit_log import AuditLog from app.models.login_attempt import LoginAttempt from app.models.user import AppUser __all__ = ["AppUser", "AuditLog", "LoginAttempt"]