swig/Examples/python/import_packages/same_modnames1/pkg1/foo.i

6 lines
88 B
OpenEdge ABL

%module(package="pkg1") foo
%{
#include "../pkg1/foo.hpp"
%}
%include "../pkg1/foo.hpp"