mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-11 17:33:37 +00:00
simple Plugin System
This commit is contained in:
parent
0b80ff95a3
commit
466e017cfb
12 changed files with 41 additions and 5 deletions
2
plugin_test/plugins/http/__init__.py
Normal file
2
plugin_test/plugins/http/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def run():
|
||||
print("throw HTTP Plugin")
|
||||
2
plugin_test/plugins/mysql/__init__.py
Normal file
2
plugin_test/plugins/mysql/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def run():
|
||||
print("Throw MySql Plugin")
|
||||
2
plugin_test/plugins/template/__init__.py
Normal file
2
plugin_test/plugins/template/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def run():
|
||||
print("Throw template Plugin")
|
||||
Loading…
Add table
Add a link
Reference in a new issue