Code Design: Mixin and Composition# Elastica package follows Mixin and composition design patterns that may be unfamiliar to users. Here is a collection of references that introduce the package design. References# stackoverflow discussion on Mixin example of Mixin: python collections