removed unused code

master
BodgeMaster 2022-03-19 12:16:38 +01:00
parent 507747d5be
commit e1fd26aa0f
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from PySide6 import QtWidgets
import util
gui_handler_communication = util.Communication()
app = QtWidgets.QApplication([])
class Window: