mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 08:27:31 +03:00
10 lines
119 B
OpenEdge ABL
10 lines
119 B
OpenEdge ABL
![]() |
%module pyupm_yg1006
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "yg1006.h"
|
||
|
%{
|
||
|
#include "yg1006.h"
|
||
|
%}
|