11 lines
120 B
OpenEdge ABL
11 lines
120 B
OpenEdge ABL
|
|
%module pyupm_ttp223
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "ttp223.h"
|
||
|
|
%{
|
||
|
|
#include "ttp223.h"
|
||
|
|
%}
|
||
|
|
|