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