mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-22 14:42:19 +00:00
9 lines
176 B
Python
9 lines
176 B
Python
from lib.plugin import Manager
|
|
# legacy
|
|
# why legacy?
|
|
def worker(host, plugin):
|
|
p = Manager.get_plugin(plugin)
|
|
p.Plugin.Pipeline(host, plugin)
|
|
del p
|
|
# cool bro
|