```python cdef class Annotation: cdef __init__( self, unsigned int start, unsigned int end, ): self.start = start ```