mirror of
https://github.com/yawaflua/BiahadHakatonProject.git
synced 2026-02-04 10:14:12 +02:00
6
db_repository/schemas/user.py
Normal file
6
db_repository/schemas/user.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .base import BaseSchema
|
||||
|
||||
|
||||
class UserSchema(BaseSchema):
|
||||
name: str
|
||||
contact: str
|
||||
Reference in New Issue
Block a user