1 %module pyupm_grovescam 2 %include "../upm.i" 3 4 %feature("autodoc", "3"); 5 6 %{ 7 #include "grovescam.h" 8 %} 9 %include "grovescam.h" 10