upm/src/ttp223/pyupm_ttp223.i

13 lines
196 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_ttp223
%include "../upm.i"
%feature("autodoc", "3");
%include "ttp223.hpp"
%{
#include "ttp223.hpp"
%}