import os # 获取当前文件所在的文件夹路径 CURRENT_DIR_PATH = os.path.dirname(os.path.abspath(__file__)) # MS.NET包的路径 NET_FOLDER = "msnet"