feat(weather): add weather location search
This commit is contained in:
@@ -14,6 +14,9 @@ class Location(Model):
|
||||
name: str
|
||||
lat: float
|
||||
lon: float
|
||||
country: str
|
||||
district: str
|
||||
subdistrict: str
|
||||
|
||||
|
||||
class Cloudness(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user