Files
openrun/ingest_export.py

6 lines
134 B
Python
Raw Permalink Normal View History

2026-05-19 08:34:22 -04:00
"""Shim — see openrun.ingest.garmin_export."""
from openrun.ingest.garmin_export import main
2026-05-18 12:53:24 -04:00
if __name__ == "__main__":
main()