Add python wrapper

This commit is contained in:
John Zhao
2018-05-17 17:28:43 +08:00
parent 2ff0ed504d
commit 072fe4d397
5 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include <boost/python.hpp>
using namespace boost::python; // NOLINT
BOOST_PYTHON_MODULE(mynteye_py) {}