4 lines
170 B
Python
4 lines
170 B
Python
# Import all the models here to ensure they are registered with SQLAlchemy's metadata
|
|
from app.db.base_class import Base # noqa
|
|
from app.models.user import User # noqa
|