%module pyupm_ttp223
%include "../upm.i"

%feature("autodoc", "3");

%include "ttp223.h"
%{
    #include "ttp223.h"
%}