initial commit
This commit is contained in:
8
class/gpxInterpreter.py
Normal file
8
class/gpxInterpreter.py
Normal file
@@ -0,0 +1,8 @@
|
||||
class gpxInterpreter:
|
||||
def __init__(self):
|
||||
|
||||
def processFile(self, file):
|
||||
return True
|
||||
|
||||
def importDataInDB(self, data):
|
||||
return True
|
||||
Reference in New Issue
Block a user