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