Weather

Represents the weather returned by get_weather() method.

Attributes

location

The location of the weather.

Type: WeatherLocation

current

The current weather.

There's a chance that this is None

Type: Optional[CurrentWeather]

forecast

The list of weather forecast of different days.

Type: List[WeatherForecast]

Last updated