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