1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-18 13:58:27 +00:00
thatmattlove-hyperglass/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