mirror of
https://github.com/sstent/Garmin_Analyser.git
synced 2026-01-25 16:42:40 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
"""Analysis modules for workout data."""
|
|
|
|
from .workout_analyzer import WorkoutAnalyzer
|
|
|
|
__all__ = ['WorkoutAnalyzer'] |