mirror of
https://github.com/sstent/FitTrack_GarminSync.git
synced 2026-01-27 17:42:09 +00:00
feat: Add files from examples/Garmin_Analyser
This commit is contained in:
5
examples/Garmin_Analyser/analyzers/__init__.py
Normal file
5
examples/Garmin_Analyser/analyzers/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Analysis modules for workout data."""
|
||||
|
||||
from .workout_analyzer import WorkoutAnalyzer
|
||||
|
||||
__all__ = ['WorkoutAnalyzer']
|
||||
Reference in New Issue
Block a user