Files
PyWrap/src/STree.cc

10 lines
190 B
C++

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