first shot at the openweathermap_wrapper extension (PyOwm replacement)

This commit is contained in:
mrbwburns
2024-01-22 20:52:19 +01:00
parent 063f927430
commit 8fb7a8a880
4 changed files with 302 additions and 54 deletions

View File

@@ -1,3 +1,2 @@
from .functions import *
from .inkycal_exceptions import *
from .openweathermap_wrapper import OpenWeatherMap
from .inkycal_exceptions import *