mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-01-25 16:41:58 +00:00
11 lines
314 B
Python
11 lines
314 B
Python
from .base import BaseModel
|
|
from .route import Route
|
|
from .section import Section
|
|
from .rule import Rule
|
|
from .plan import Plan
|
|
from .plan_rule import plan_rules
|
|
from .user import User
|
|
from .workout import Workout
|
|
from .analysis import Analysis
|
|
from .prompt import Prompt
|
|
from .garmin_sync_log import GarminSyncLog |