#include "STree.h" namespace pywrap { std::string STree::graph() { // return callMethodString("graph"); return PyClassifier::graph(); } } /* namespace pywrap */