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

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

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