refactor: mv weather & draw code into their own modules

This commit is contained in:
Florian Sylvain
2025-03-28 00:23:46 +01:00
parent 667becb903
commit 70af79e4db
4 changed files with 199 additions and 152 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ OPENMETEO_HOURLY_PARAMS = [
"visibility", "precipitation", "cloud_cover", "pressure_msl",
"surface_pressure", "wind_direction_10m", "shortwave_radiation",
"direct_radiation", "diffuse_radiation", "dew_point_2m"
]
]