upm/src/am2315/pyupm_am2315.i

14 lines
166 B
OpenEdge ABL
Raw Normal View History

%module pyupm_am2315
%include "../upm.i"
%feature("autodoc", "3");
#ifdef DOXYGEN
%include "am2315_doc.i"
#endif
%include "am2315.h"
%{
#include "am2315.h"
%}