base.py 166 B

1234
  1. # Import all the models, so that Base has them before being
  2. # imported by Alembic
  3. from app.db.base_class import Base # noqa
  4. from app.models.item import Item # noqa