1%module pyupm_biss0001
2%include "../upm.i"
3
4%feature("autodoc", "3");
5
6%include "biss0001.h"
7%{
8    #include "biss0001.h"
9%}
10