mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-02 06:04:42 -04:00
Driver protocol is_alive is property
Update the driver protocol to make the is_alive() a property.
This commit is contained in:
@@ -20,6 +20,7 @@ class ClientDriver(Protocol):
|
||||
def is_configured(self) -> bool:
|
||||
pass
|
||||
|
||||
@property
|
||||
def is_alive(self) -> bool:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user