Exemplo n.º 1
0
 def __init__(self, botdir):
     self.botdir = botdir
     self.bot_names = Communicator.read_bot_list(botdir)
     self.bots = []
     self.load_bots()
Exemplo n.º 2
0
 def __init__(self, botdir):
     self.botdir = botdir
     self.bot_names = Communicator.read_bot_list(botdir)
     self.bots = []
     self.load_bots()