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

7 lines
157 B
Python

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