Exemplo n.º 1
0
 def __init__(self, server):
     self.server = server
     self.plugins = [
         impt('wetland.output_plugin.' + n).plugin(self.server)
         for n in pname
     ]
Exemplo n.º 2
0
 def __init__(self, hacker_ip):
     self.hacker_ip = hacker_ip
     self.plugins = [
         impt('wetland.output_plugin.' + n).plugin(self.hacker_ip)
         for n in pname
     ]