Код: Выделить всё
T = TypeVar('T', bound=Animal)
def make_animal(animal_type: Type[T]) -> T: #
Подробнее здесь: [url]https://stackoverflow.com/questions/67685439/python-typing-a-generic-function-that-receives-a-type-and-returns-an-instance-o[/url]