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
+3
View File
@@ -30,5 +30,8 @@ class PluginWrapper:
def start(self):
return self.backend.start()
def stop(self):
return self.backend.stop()
def __str__(self) -> str:
return self.name