blob: 76613b593a63ebacacb1e23d74bc10ddbfc7eec5 [file] [log] [blame]
%module(package="py3.pkg2") foo
%{
#include "../../py3/pkg2/foo.hpp"
%}
%include "../../py3/pkg2/foo.hpp"