simple Plugin System

This commit is contained in:
Schrolli 2015-05-18 09:04:16 +02:00
parent 0b80ff95a3
commit 466e017cfb
12 changed files with 41 additions and 5 deletions

View file

@ -0,0 +1,2 @@
def run():
print("throw HTTP Plugin")

View file

@ -0,0 +1,2 @@
def run():
print("Throw MySql Plugin")

View file

@ -0,0 +1,2 @@
def run():
print("Throw template Plugin")