import sys
curDir = sys.path[0]
sys.path.append(curDir + '\\models')
sys.path.append(curDir + '/models')