diff --git a/gui_handler.py b/gui_handler.py index 72544fc..ace0161 100644 --- a/gui_handler.py +++ b/gui_handler.py @@ -1,7 +1,6 @@ from PySide6 import QtWidgets import util -gui_handler_communication = util.Communication() app = QtWidgets.QApplication([]) class Window: