dicelab-rhul/vacuumworld

Better package organization

Closed this issue · 1 comments

At the moment, almost every python file is part of the same python package (with the exception of the tests, and action.py). In particular, the GUI and the model are part of the same python package, while they should really belong to 2 different sub-packages. Some refactoring is needed.

Fixed as of #58.