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

This commit is contained in:
2022-07-06 20:06:39 +02:00
parent 1d23650335
commit 481b9d6b64
2 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,8 @@ from diffcalc.hkl.geometry import Position
from diffcalc.ub.calc import UBCalculation
from slic.core.adjustable import Adjustable, PVAdjustable
from slic.core.device import Device, SimpleDevice
from slic.devices.general.motor import Motor
from slic.devices.device import Device
from slic.devices.simpledevice import SimpleDevice
from slic.utils.printing import printable_table