GUI: Some repo organisation #1

Merged
linuswck merged 10 commits from gui_dev-repo_org into gui_dev 2024-07-12 10:34:23 +08:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 1707728c3c - Show all commits

View File

@ -7,7 +7,7 @@ from view.live_plot_view import LiveDataPlotter
from view.ctrl_panel import CtrlPanel from view.ctrl_panel import CtrlPanel
from view.info_box import InfoBox from view.info_box import InfoBox
from model.pid_autotuner import PIDAutoTuner from model.pid_autotuner import PIDAutoTuner
from model.thermostat_data_model import WrappedClient, Thermostat from model.thermostat import WrappedClient, Thermostat
import json import json
from autotune import PIDAutotuneState from autotune import PIDAutotuneState
from qasync import asyncSlot, asyncClose from qasync import asyncSlot, asyncClose