mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
4 lines
No EOL
130 B
Python
4 lines
No EOL
130 B
Python
from pydantic import BaseModel, Field
|
|
|
|
class WHLGElligibilityRequest(BaseModel):
|
|
postcode: str = Field(..., example="B93 8SY") |