0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

refactor(reconstruction): repository structure is changed to separate assets needed for each widget

This commit is contained in:
2024-05-21 16:27:19 +02:00
parent edc25fbf9d
commit 3455c60236
39 changed files with 1694 additions and 1651 deletions

View File

@ -11,14 +11,15 @@ from bec_widgets.examples import (
MotorControlPanelAbsolute,
MotorControlPanelRelative,
)
from bec_widgets.widgets import (
from bec_widgets.widgets.motor_control.motor_control import MotorActions, MotorThread
from bec_widgets.widgets.motor_control.motor_table.motor_table import MotorCoordinateTable
from bec_widgets.widgets.motor_control.movement_absolute.movement_absolute import (
MotorControlAbsolute,
MotorControlRelative,
MotorControlSelection,
MotorCoordinateTable,
MotorThread,
)
from bec_widgets.widgets.motor_control.motor_control import MotorActions
from bec_widgets.widgets.motor_control.movement_relative.movement_relative import (
MotorControlRelative,
)
from bec_widgets.widgets.motor_control.selection.selection import MotorControlSelection
from .client_mocks import mocked_client