I\'m trying to split my huge class into two; well, basically into the \"main\" class and a mixin with additional functions, like so:
main.py file:
I think the perfect way should be to import all the classes and dependencies in a file (like __init__.py) and then from __init__ import * in all the other files.
In this case you are