mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-16 12:09:10 +01:00
Thomas Schmid
08c9fd9697
Sort imports for AvrDoorlock.py, DoorlockBackend.py, NukiBridge.py, SimulationBackend.py Signed-off-by: Thomas Schmid <tom@lfence.de>
7 lines
154 B
Python
7 lines
154 B
Python
from .DoorlockBackend import DoorlockBackend
|
|
|
|
|
|
class SimulationBackend(DoorlockBackend):
|
|
def __init__(self, handler):
|
|
super.__init__(handler)
|