disorderedmaterials / GudPy

6 stars 3 forks source link

Create Gudrun Class to Handle Running Gudrun #475

Open rhinoella opened 9 months ago

rhinoella commented 9 months ago

Currently the running of Gudrun is handled in both main_window.py and gudrun_file.py. It would clean up and simplify the code a lot to have a class that is responsible for the running of Gudrun, which can be used by the GUI and CLI versions.