API - refacto weather utils

This commit is contained in:
Sam
2022-11-17 00:13:43 +01:00
parent 64d770a016
commit 940f0a8416
10 changed files with 581 additions and 141 deletions

View File

@@ -0,0 +1,5 @@
from .weather_service import WeatherService
__all__ = [
'WeatherService',
]