Spaces:
Sleeping
Sleeping
| from typing import Optional | |
| from pydantic import BaseModel, Field | |
| # class UpdateLocationRequest(BaseModel): | |
| # lat: float = Field(..., description="Latitude") | |
| # long: float = Field(..., description="Longitude") | |