ModBuddy icon indicating copy to clipboard operation
ModBuddy copied to clipboard

Split up application logic from the GUI

Open OlavStornes opened this issue 3 years ago • 0 comments

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

OlavStornes avatar Mar 04 '21 21:03 OlavStornes