import sys 
sys.path.append("..")

导入上上级的目录

import sys 
sys.path.append("../..")