/* File containing implementations for $name$ */
#include "$abbrev$_impl.i"

/* Declarations for objects of type $name$ */

typedef struct $abbrev$Object {
	PyObject_HEAD
	/* Add your own stuff with this macro */
#ifdef $abbrev$_struct
	$abbrev$_struct
#endif
} $abbrev$Object;

/* ---------------------------------------------------------------- */
