Blob Blame History Raw
cdef class Parrot:
	cdef void describe(self)

cdef class Norwegian(Parrot):
	pass