GeoTracking/class/gpxInterpreter.py
2024-12-30 15:31:47 +01:00

8 lines
156 B
Python

class gpxInterpreter:
def __init__(self):
def processFile(self, file):
return True
def importDataInDB(self, data):
return True