TTK Notebook Share data between imported tabs
问题 I designed an application using the ttk notebook and I created three tab. Everyone of them has a starkly distinct and complex layout and very few functions and methods in common between them. As a result, the code file is getting quite hard to understand with so many line of code dedicated to the layout. There is a way to create every tab as a separate module/file/class and "import" them, so that they can be easier to maintain? EDIT: The problem I had was how to share attributes between the