• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 %module pyupm_th02
2 %include "../upm.i"
3 
4 %feature("autodoc", "3");
5 
6 %include "th02.h"
7 %{
8     #include "th02.h"
9 %}
10