Refactor singleton to manage cleanup
This commit is contained in:
@@ -7,6 +7,7 @@ namespace pywrap {
|
||||
public:
|
||||
STree() : PyClassifier("stree", "Stree") {};
|
||||
~STree() = default;
|
||||
std::string graph();
|
||||
};
|
||||
|
||||
} /* namespace pywrap */
|
||||
|
Reference in New Issue
Block a user