mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
10 lines
122 B
OpenEdge ABL
10 lines
122 B
OpenEdge ABL
![]() |
%module pyupm_groveo2
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "groveo2.h"
|
||
|
%{
|
||
|
#include "groveo2.h"
|
||
|
%}
|