transcription-cost-usage-re.../backend/app/schemas/auth_sigin_schema.py

5 lines
100 B
Python
Raw Normal View History

from pydantic import BaseModel
class SigInRequest(BaseModel):
email: str
password: str