mirror of
https://github.com/yawaflua/BiahadHakatonProject.git
synced 2026-02-04 10:14:12 +02:00
7 lines
92 B
Python
7 lines
92 B
Python
from .base import BaseSchema
|
|
|
|
|
|
class UserSchema(BaseSchema):
|
|
name: str
|
|
contact: str
|