8 lines
138 B
Python
Raw Permalink Normal View History

2025-12-04 10:04:21 +08:00
from pydantic import BaseModel
from app.models.domain.profiles import Profile
class ProfileInResponse(BaseModel):
profile: Profile