Ludovico Magnocavallo wrote:
Yes, now I get it. My noob approach was to see the module as a container for one or more classes inside an application, where in fact it's *the* application.
And as far as I understand you still can divide your many-many classes into separate files to your liking and just import them in the main app module.