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