Added destroy for manager

This commit is contained in:
Alejandro Saucedo 2021-05-07 13:36:46 +01:00
parent 6222cdf3eb
commit ee9829a5dc

View file

@ -243,3 +243,4 @@ PYBIND11_MODULE(kp, m) {
m.attr("__version__") = "dev";
#endif
}