summaryrefslogtreecommitdiff
path: root/Examples/python/import_template/base.i
blob: a6da063397d50b40ea5f8e747ff25603dcd834d7 (plain)
1
2
3
4
5
6
7
%module base
%{
#include "base.h"
%}

%include base.h
%template(intBase) Base<int>;