BaseDevice/Device/SimpleDevice have been moved into slic.core.device

This commit is contained in:
2022-07-06 20:03:59 +02:00
parent 17f3b6ebe4
commit 9d9584d196

View File

@ -4,8 +4,7 @@ from time import sleep
from epics import PV from epics import PV
from slic.core.adjustable import Adjustable, PVAdjustable from slic.core.adjustable import Adjustable, PVAdjustable
from slic.devices.device import Device from slic.core.device import Device, SimpleDevice
from slic.devices.simpledevice import SimpleDevice
from slic.devices.general.motor import Motor from slic.devices.general.motor import Motor
from slic.devices.general.delay_stage import DelayStage from slic.devices.general.delay_stage import DelayStage
from slic.devices.general.smaract import SmarActAxis from slic.devices.general.smaract import SmarActAxis