🚚 Refactor and simplify backend file structure (#609)
This commit is contained in:

committed by
GitHub

parent
a065f9c9e8
commit
73b2884057
4
src/backend/app/schemas/__init__.py
Normal file
4
src/backend/app/schemas/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .item import Item, ItemCreate, ItemInDB, ItemUpdate
|
||||
from .msg import Msg
|
||||
from .token import Token, TokenPayload
|
||||
from .user import User, UserCreate, UserInDB, UserUpdate
|
Reference in New Issue
Block a user