initial commit

This commit is contained in:
2024-12-30 15:31:47 +01:00
parent fd882e5ebb
commit 14f9af54ef
45 changed files with 3590 additions and 6 deletions

8
class/gpxInterpreter.py Normal file
View File

@@ -0,0 +1,8 @@
class gpxInterpreter:
def __init__(self):
def processFile(self, file):
return True
def importDataInDB(self, data):
return True