Why use mixins anyway? What problems do they solve? Can we solve these problems differently, without inheritance, and super woes? This case is a no-brainer. If you use mixins to share utility functions, extract them to modules and import and use them directly.