Closed coreybasden closed 1 week ago
should take not super long since it's just folders or packages moving around.
time: 30 - 45 minutes
we could hold different main(s) for both CLI and GUI choices. main could just be managing if the user chooses 'cli' or 'gui'
done
perhaps create a cli class and a gui class then refactor main into simply asking which mode the user wants, and then looping either cli.run() or gui.run() depending.