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