Example #1
0
 def __init__(self, config):
   super(ELBCheck, self).__init__()
   self.config = config
   self.elb_manager = ELB(self.config.elb_target_group_arn)