Weather
Represents the weather returned by get_weather() method.
Attributes
location
locationThe location of the weather.
Type: WeatherLocation
current
currentThe current weather.
Type: Optional[CurrentWeather]
forecast
forecastThe list of weather forecast of different days.
Type: List[WeatherForecast]
Last updated
Was this helpful?