lookingglass/hyperglass/plugins/tests/_fixtures.py
2024-03-16 23:17:54 -04:00

6 lines
147 B
Python

from hyperglass.models.config.devices import Device
class MockDevice(Device):
def has_directives(self, *_: str) -> bool:
return True