4 lines
126 B
Python
4 lines
126 B
Python
# Import all models here for Alembic to detect
|
|
from app.db.base_class import Base
|
|
# Example: from app.models.item import Item
|