mirror of
https://github.com/sstent/Garmin_Analyser.git
synced 2026-01-25 16:42:40 +00:00
5 lines
112 B
Python
5 lines
112 B
Python
"""Client modules for external services."""
|
|
|
|
from .garmin_client import GarminClient
|
|
|
|
__all__ = ['GarminClient'] |