blob: efce3a1cebf1d837239b3ec61c03fbbadd6dc52b [file] [log] [blame]
// 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"