# Import all the models, so that Base has them before being # imported by Alembic from app.db.base_class import Base # noqa from app.models.block import Block # noqa from app.models.transaction import Transaction # noqa from app.models.arbitrage import Arbitrage # noqa from app.models.pool import Pool # noqa from app.models.dex import Dex # noqa