When initializing a Compysition object, you can override the default values by providing any attribute value as a kwarg, such as house = House(color=Color.WHITE) by default, without creating a custom __init__ function for your class. Assignment will fail if the value does not match the expected attribute type.