mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
feat: added bec_plugins as source for devices
This commit is contained in:
parent
41282e5767
commit
bbcdbc0123
@ -20,6 +20,12 @@ from ophyd.signal import EpicsSignalBase
|
||||
from device_server.devices.config_update_handler import ConfigUpdateHandler
|
||||
from device_server.devices.device_serializer import get_device_info
|
||||
|
||||
try:
|
||||
from bec_plugins import devices as plugin_devices
|
||||
except ImportError:
|
||||
plugin_devices = None
|
||||
|
||||
|
||||
logger = bec_logger.logger
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user