mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
API 7
This commit is contained in:
parent
436eb57715
commit
fb23c496a4
2 changed files with 6 additions and 11 deletions
9
plugins/utilities/hello_api_experiment.py
Normal file
9
plugins/utilities/hello_api_experiment.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# ba_meta require api 7
|
||||
import ba
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class Main(ba.Plugin):
|
||||
def on_app_running(self):
|
||||
ba.screenmessage("Wohoo! I'm an API 7 plugin!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue