Forecast screen. Just a partial implementation: gui and info btn

This commit is contained in:
alessandro90
2019-05-04 17:55:17 +02:00
parent dbfe2cd0d5
commit 175cb66c76
11 changed files with 1394 additions and 194 deletions

3
forecastdata.py Normal file
View File

@@ -0,0 +1,3 @@
class ForecastData:
def __init__(self):
pass