10 lines
190 B
C++
10 lines
190 B
C++
#include "STree.h"
|
|
|
|
namespace pywrap {
|
|
|
|
std::string STree::graph()
|
|
{
|
|
// return callMethodString("graph");
|
|
return PyClassifier::graph();
|
|
}
|
|
} /* namespace pywrap */ |