Add python wrapper
This commit is contained in:
5
wrappers/python/src/mynteye_py.cc
Normal file
5
wrappers/python/src/mynteye_py.cc
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <boost/python.hpp>
|
||||
|
||||
using namespace boost::python; // NOLINT
|
||||
|
||||
BOOST_PYTHON_MODULE(mynteye_py) {}
|
||||
Reference in New Issue
Block a user