mirror of
http://88.130.71.182:3000/BlitTech/deals24togo_be.git
synced 2026-06-12 23:33:21 +00:00
Initial commit
This commit is contained in:
7
app/schemas/__init__.py
Normal file
7
app/schemas/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user