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