I am trying to "cythonize" the following example code, which includes an instance of an Enum class:
from enum import Enum class AnimalType(Enum):