mirror of
https://github.com/yawaflua/BiahadHakatonProject.git
synced 2025-12-08 19:29:35 +02:00
7 lines
104 B
Python
7 lines
104 B
Python
from .user import UserSchema
|
|
|
|
|
|
class NeedySchema(UserSchema):
|
|
region: str
|
|
how_much_peoples: int
|