Refactor singleton to manage cleanup

This commit is contained in:
2023-11-04 11:00:21 +01:00
parent 9b5e7b1ca7
commit 8b159f239b
9 changed files with 104 additions and 181 deletions

View File

@@ -7,6 +7,7 @@ namespace pywrap {
public:
STree() : PyClassifier("stree", "Stree") {};
~STree() = default;
std::string graph();
};
} /* namespace pywrap */