ModBuddy
ModBuddy copied to clipboard
Split up application logic from the GUI
Before it grows a tad too big, main.py
should split out it's gui-related things and the application logic.
Todo
- Rip out all logic from
main.py
into it's own file/class. - Ensure that the
Ui
-class' sole responsibillity is GUI-related tasks, such as binding events and calling functions