You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated to poetry for package management, changed init for the library so the packages can be imported directly (previously: from tcxreader.tcx_track_point import TCXTrackPoint, now from tcxreader import TCXTrackPoint ).