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