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

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

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