FitTrackee/fittrackee/workouts/utils/weather/__init__.py

6 lines
81 B
Python
Raw Normal View History

2022-11-17 00:13:43 +01:00
from .weather_service import WeatherService
__all__ = [
'WeatherService',
]