Added 'description' class attribute to every command class (to help the
[python/dscho.git] / Tools / modulator / Templates / object_head
blob9e6fa5eeac039e5b556849a118b483b87e3d21dd
2 /* Declarations for objects of type $name$ */
4 typedef struct {
5         PyObject_HEAD
6         /* XXXX Add your own stuff here */
7 } $abbrev$object;
9 staticforward PyTypeObject $Abbrev$type;
13 /* ---------------------------------------------------------------- */