Updated. /JL
This commit is contained in:
5
tests/main.py
Normal file
5
tests/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from tcxpandas import TcxPandas
|
||||
|
||||
if __name__ == "__main__":
|
||||
tcx = TcxPandas("tests/test.tcx")
|
||||
print(tcx.dataframes)
|
Reference in New Issue
Block a user