Animals# test_package.animals Module# This module provides a collection of functions. Functions# a_really_long_function_name_just_to_see_what_happens() Prints what the animals name is and what sound it makes. function() Prints what the animals name is and what sound it makes. Classes# Animal(name, sound[, num_legs]) Class Inheritance Diagram# Inheritance diagram of test_package.animals.Animal