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