nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

Split nparse QApplication class from the nparse application script #90

Closed token419 closed 2 months ago

token419 commented 2 months ago

This separates the library logic from the application script that runs the actual application.

No code changes were performed other than the relocation itself. This relocated the main QApplication to helpers\application.py and removed its dependencies from nparse.py