upm/src/a110x/pyupm_a110x.i
Jon Trulson 0b7547231f a110x: Initial implementation
Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
2015-01-13 13:29:08 -08:00

10 lines
116 B
OpenEdge ABL

%module pyupm_a110x
%include "../upm.i"
%feature("autodoc", "3");
%include "a110x.h"
%{
#include "a110x.h"
%}