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

This commit is contained in:
2022-07-06 20:09:52 +02:00
parent 065d48b4b3
commit 7717ce4b5e

View File

@@ -1,5 +1,5 @@
from slic.core.adjustable import PVAdjustable, PVEnumAdjustable
from slic.devices.simpledevice import SimpleDevice
from slic.core.device import SimpleDevice
from slic.utils import as_shortcut