mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Test upcoming API 7->8
This commit is contained in:
parent
1b38798078
commit
5b94d95989
2 changed files with 22 additions and 1 deletions
7
plugins/utilities/hello_api_8.py
Normal file
7
plugins/utilities/hello_api_8.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# ba_meta require api 8
|
||||
import ba
|
||||
|
||||
# ba_meta export plugin
|
||||
class Main(ba.Plugin):
|
||||
def on_app_running(self):
|
||||
ba.screenmessage("Wohoo! I'm an API 8 plugin!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue