# Import base class for SQLAlchemy models # Import all the models, so that Base has them before being # imported by Alembic from app.models.bet import Bet # noqa # Add more model imports here as they are created