mirror of
https://github.com/ChronosX88/medved.git
synced 2024-11-25 15:52:20 +00:00
7 lines
139 B
Python
7 lines
139 B
Python
from lib.plugin import Manager
|
|
|
|
def worker(host, plugin):
|
|
p = Manager.get_plugin(plugin)
|
|
p.Plugin.Pipeline(host, plugin)
|
|
del p
|