We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd1cf0 commit a0542f2Copy full SHA for a0542f2
app/models.py
@@ -31,6 +31,7 @@ class Country(BaseModel):
31
id: int
32
country: str
33
country_code: str
34
+ county: str = None
35
province: str = ''
36
last_updated: str # TODO use datetime.datetime type.
37
coordinates: Dict
0 commit comments