Files
deals24togo_be/app/schemas/__init__.py
belviskhoremk c4d836a0f9 Initial commit
2026-03-06 22:57:58 +00:00

8 lines
373 B
Python

from app.schemas.auth import * # noqa: F401, F403
from app.schemas.user import * # noqa: F401, F403
from app.schemas.agency import * # noqa: F401, F403
from app.schemas.category import * # noqa: F401, F403
from app.schemas.listing import * # noqa: F401, F403
from app.schemas.message import * # noqa: F401, F403
from app.schemas.favorite import * # noqa: F401, F403