mirror of
https://github.com/sstent/Garmin_Analyser.git
synced 2026-01-25 16:42:40 +00:00
sync
This commit is contained in:
16
models/__init__.py
Normal file
16
models/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""Data models for Garmin Analyser."""
|
||||
|
||||
from .workout import WorkoutData, WorkoutMetadata, PowerData, HeartRateData, SpeedData, ElevationData, GearData
|
||||
from .zones import ZoneDefinition, ZoneCalculator
|
||||
|
||||
__all__ = [
|
||||
'WorkoutData',
|
||||
'WorkoutMetadata',
|
||||
'PowerData',
|
||||
'HeartRateData',
|
||||
'SpeedData',
|
||||
'ElevationData',
|
||||
'GearData',
|
||||
'ZoneDefinition',
|
||||
'ZoneCalculator'
|
||||
]
|
||||
Reference in New Issue
Block a user