- refactored

This commit is contained in:
jens
2020-11-24 20:41:26 +01:00
parent 277061260d
commit 71f3d446b3
2 changed files with 5 additions and 146 deletions
+3 -6
View File
@@ -1,11 +1,8 @@
from brewpi_win import Ui_MainWindow
from PyQt5 import QtGui, QtWidgets, QtCore
from PyQt5 import QtWidgets
import sys
from ws_client import WsClient
from connection import IConnection
import json
from queue import Queue
from message import MsgIo, Value, MessageDispatcher
from ws.client.ws_client import WsClient
from ws.message import MessageDispatcher
class Window(QtWidgets.QMainWindow):