# Import all the models for Alembic to detect from app.db.base_class import Base # noqa # Import all models here for Alembic to detect them from app.models.manga import Author, Genre, Manga, MangaGenre, Publisher # noqa