v.0.5.2 weather_checker

This commit is contained in:
tiijay
2025-11-12 12:04:38 +01:00
parent eae0eaa9c8
commit 9d51f0827d
5 changed files with 67 additions and 56 deletions

View File

@@ -51,7 +51,7 @@ class CurrentCondition:
class Weather:
def __init__(self, location, current):
def __init__(self, location: Location, current: CurrentCondition):
self.location = location
self.current = current