diff options
| author | Jonas Dellinger <jonas.dellinger@2trde.com> | 2022-06-16 19:09:06 +0200 |
|---|---|---|
| committer | Jonas Dellinger <jonas.dellinger@2trde.com> | 2022-06-16 19:09:06 +0200 |
| commit | 70821ee47b74eb50f70bd085b4fc88b316b1c042 (patch) | |
| tree | 15db00091f5421d69430b4dc82e5d9cbc6f472c5 /backend/plugin/passive_plugin.py | |
| parent | 0a12fe6102da33977548ba0c277bd4fe34e262ab (diff) | |
| download | decky-loader-plugin-backend-language-independent.tar.gz decky-loader-plugin-backend-language-independent.zip | |
Add stop functionalityplugin-backend-language-independent
Diffstat (limited to 'backend/plugin/passive_plugin.py')
| -rw-r--r-- | backend/plugin/passive_plugin.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/backend/plugin/passive_plugin.py b/backend/plugin/passive_plugin.py index 9b7907bb..a8c5add3 100644 --- a/backend/plugin/passive_plugin.py +++ b/backend/plugin/passive_plugin.py @@ -12,4 +12,7 @@ class PassivePlugin: pass async def start(self): - pass# Empty stub + pass + + async def stop(self): + pass |
