#pragma once
#include <string>
// 从环境变量获取的路径
const std::string PYTHON_PATH = "@ENV_PYTHON_PATH@";
const std::string MVS_PATH = "@ENV_MVS_PATH@";