FitTrackee/fittrackee/workouts/utils/weather/__init__.py
2022-11-17 00:13:47 +01:00

6 lines
81 B
Python

from .weather_service import WeatherService
__all__ = [
'WeatherService',
]