From 2cde913975f3f4c314c6872c57537ce4b3d412e2 Mon Sep 17 00:00:00 2001 From: Vincent Hanewinkel Date: Thu, 14 Aug 2025 22:22:07 +0200 Subject: [PATCH] fix test --- Controll.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controll.py b/Controll.py index cca004e..325146f 100644 --- a/Controll.py +++ b/Controll.py @@ -1,7 +1,7 @@ import sys from PyQt5.QtWidgets import QApplication -from gui import MainWindow -from device_controller import DeviceController +from GUI import MainWindow +from DeviceController import DeviceController def main(): app = QApplication(sys.argv)