import sys,osBASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))#__file__#os.path.abspath(__file__)获取当前文件的绝对路径#os.path.dirname()获取当前路径的上一级路径sys.path.append(BASE_DIR)#将新的路径添加到sys.path