Begin predict

This commit is contained in:
2023-11-06 15:22:27 +01:00
parent 3e92372d1c
commit ed21f90b69
8 changed files with 55 additions and 69 deletions

View File

@@ -1,10 +1,8 @@
#include "SVC.h"
namespace pywrap {
std::string SVC::version()
{
return callMethodString("_repr_html_");
}
} /* namespace pywrap */