Refactor singleton to manage cleanup
This commit is contained in:
@@ -2,5 +2,9 @@
|
||||
|
||||
namespace pywrap {
|
||||
|
||||
|
||||
std::string STree::graph()
|
||||
{
|
||||
// return callMethodString("graph");
|
||||
return PyClassifier::graph();
|
||||
}
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user