8 lines
156 B
Python
8 lines
156 B
Python
class gpxInterpreter:
|
|
def __init__(self):
|
|
|
|
def processFile(self, file):
|
|
return True
|
|
|
|
def importDataInDB(self, data):
|
|
return True |