/* * Amanith Python wrapper * * Author: Sami Kyöstilä (http://kempele.fi/~skyostil) */ %module amanith %{ #include "pyamanith.h" %} /* Note that the order of these inclusions is significant */ %include "config.i" %include "ignore.i" %include "ownership.i" %include "operators.i" %include "typemaps.i" %include "error.i" %include "headers.i" %include "templates.i"