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
"""File parsers for different workout formats."""
|
|
|
|
from .file_parser import FileParser
|
|
|
|
__all__ = ['FileParser'] |