mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
7 lines
168 B
Python
7 lines
168 B
Python
# 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!")
|