# 引入OS模块
import os
#判断boxmoe文件在不在运行目录里,就创建boxmoe文件夹
if not os.path.exists('./boxmoe/'):
        os.mkdir('./boxmoe/')