Updated. /JL

This commit is contained in:
2024-02-20 21:23:54 +01:00
parent ce95ac5abf
commit 1e9cab1111
5 changed files with 5 additions and 0 deletions

5
tests/main.py Normal file
View File

@@ -0,0 +1,5 @@
from tcxpandas import TcxPandas
if __name__ == "__main__":
tcx = TcxPandas("tests/test.tcx")
print(tcx.dataframes)