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

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

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