swig/Examples/test-suite/python_annotations_import_a.i

8 lines
122 B
OpenEdge ABL

%module python_annotations_import_a
%{
#include "python_annotations_import.h"
%}
%include "python_annotations_import.h"