添加上级目录模块

来源:互联网 发布:git教程 windows 编辑:程序博客网 时间:2024/06/05 18:08

import os

os.sys.path.append(os.path.join(os.path.dirname(__file__), '../'))

原创粉丝点击