mirror of
https://github.com/yawaflua/BiahadHakatonProject.git
synced 2025-12-08 19:29:35 +02:00
6 lines
75 B
Python
6 lines
75 B
Python
from .user import UserSchema
|
|
|
|
|
|
class VolunteerSchema(UserSchema):
|
|
pass
|