Source code for pylablib.aux_libs.devices.interfaces

from ...core.devio.interface import IDevice

[docs]class ITranslationStage(IDevice): pass