mirror of
https://github.com/yawaflua/BiahadHakatonProject.git
synced 2025-12-08 19:29:35 +02:00
7 lines
92 B
Python
7 lines
92 B
Python
from .base import BaseSchema
|
|
|
|
|
|
class UserSchema(BaseSchema):
|
|
name: str
|
|
contact: str
|