upm/src/linefinder/pyupm_linefinder.i
Abhishek Malik ac5e54cfb6 LineFinder: Created LineFinder from GroveLineFinder
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2016-09-14 14:09:26 -07:00

12 lines
207 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_linefinder
%include "../upm.i"
%feature("autodoc", "3");
%include "linefinder.hpp"
%{
#include "linefinder.hpp"
%}