#include "XGBoost.h" namespace pywrap { std::string XGBoost::version() { return callMethodString("1.0"); } } /* namespace pywrap */