Turn Wrapper to singleton
This commit is contained in:
10
src/SVC.cc
Normal file
10
src/SVC.cc
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "SVC.h"
|
||||
|
||||
namespace pywrap {
|
||||
|
||||
void SVC::version()
|
||||
{
|
||||
callMethod("_repr_html_");
|
||||
}
|
||||
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user