main
Functions
|
Main entry point for the application. |
|
Runs the main system control loop in a secondary thread. |
- system_run(bevavior_window: <MagicMock name = 'mock.QWidget' id='140286155962896'>) None[source]
Runs the main system control loop in a secondary thread.
- Parameters:
bevavior_window (QWidget) – The main behavior window widget.
- main() None[source]
Main entry point for the application.
Initializes the GUI, starts the system control thread, and triggers the application execution loop.