v.0.1.0 some cleanup and sorting

This commit is contained in:
tiijay
2025-10-20 18:09:35 +02:00
parent b5a30adb27
commit fb418e8bd9
12 changed files with 188 additions and 106 deletions

View File

@@ -6,4 +6,4 @@ class Location:
self.localtime = kwargs.get('localtime', '')
def __repr__(self):
return f"Location(name='{self.name}', region='{self.region}', country='{self.country}')"
return f"Location(name='{self.name}', region='{self.region}', country='{self.country}', localtime='{self.localtime}')"