blob: 9e6fa5eeac039e5b556849a118b483b87e3d21dd [file] [log] [blame]
/* Declarations for objects of type $name$ */
typedef struct {
PyObject_HEAD
/* XXXX Add your own stuff here */
} $abbrev$object;
staticforward PyTypeObject $Abbrev$type;
/* ---------------------------------------------------------------- */