Add Zeroconf Support

* still not working
This commit is contained in:
kokarare1212
2021-09-13 21:04:50 +09:00
parent 928685f296
commit 1dd7816590
4 changed files with 310 additions and 1 deletions

View File

@@ -81,6 +81,11 @@ class RequestListener:
raise NotImplementedError
class Runnable:
def run(self):
raise NotImplementedError
class SubListener:
def event(self, resp: MercuryClient.Response) -> None:
raise NotImplementedError