mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
6 lines
193 B
Python
6 lines
193 B
Python
# for Alembic and unit tests
|
|
from app.models.nonsense import * # noqa
|
|
from app.models.shakespeare import * # noqa
|
|
from app.models.stuff import * # noqa
|
|
from app.models.user import * # noqa
|