Пример #1
0
 def __init__(self, config):
     self.config = config
     self.watcher = BitstampWatcher()
     self.watcher.add_alert_callback(self.out)
     self.responder = BotResponder(self.config, self.watcher)