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