bombsquad-plugin-manager/plugins/utilities/hello_api_experiment.py

10 lines
170 B
Python
Raw Normal View History

2023-01-26 18:29:13 +05:30
# ba_meta require api 8
2023-01-26 00:48:16 +05:30
import ba
# ba_meta export plugin
2023-01-25 19:20:18 +00:00
2023-01-26 00:48:16 +05:30
class Main(ba.Plugin):
def on_app_running(self):
2023-01-26 18:29:13 +05:30
ba.screenmessage("Wohoo! I'm an API 8 plugin!")