Source code for silq.tests.mocks.mock_interfaces.mock_interface

from silq.instrument_interfaces import InstrumentInterface


[docs]class MockInterface(InstrumentInterface): pass