Add support for the 'decky_plugin' module exposed by decky-loader (#16)

* Add support for the 'decky_plugin' module exposed by decky-loader

* Make versioned 'decky_plugin.pyi' stub interface and 'py_modules'
support available

* Add rule to ignore 'decky_plugin.py'
This commit is contained in:
Philipp Richter 2023-02-19 22:43:09 +00:00 committed by GitHub
commit 39f7aadf70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 205 additions and 10 deletions

3
.gitignore vendored
View file

@ -44,3 +44,6 @@ yalc.lock
# Ignore output folder
backend/out
# Make sure to ignore any instance of the loader's decky_plugin.py
decky_plugin.py