upm/src/teams/pyupm_teams.i

14 lines
217 B
OpenEdge ABL
Raw Normal View History

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