mirror of
https://github.com/eclipse/upm.git
synced 2025-03-17 22:17:28 +03:00
10 lines
113 B
OpenEdge ABL
10 lines
113 B
OpenEdge ABL
%module pyupm_th02
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "th02.h"
|
|
%{
|
|
#include "th02.h"
|
|
%}
|