Add stop functionality

This commit is contained in:
Jonas Dellinger
2022-06-16 19:09:06 +02:00
parent 0a12fe6102
commit 70821ee47b
4 changed files with 37 additions and 8 deletions
+4 -1
View File
@@ -12,4 +12,7 @@ class PassivePlugin:
pass
async def start(self):
pass# Empty stub
pass
async def stop(self):
pass