3 lines
142 B
Python
3 lines
142 B
Python
from fastapi_demo.app.infrastructure.db.session import Base # noqa: F401
|
|
from fastapi_demo.app.infrastructure.db import models # noqa: F401
|