import osimport sys调用上一级目录下的模块BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))#获取绝对路径sys.path.append(BASE_DIR)#把路径添加到环境变量