def initialize_boto_clients()

in critter/stack.py [0:0]


    def initialize_boto_clients(self):
        self.sts = boto3.client("sts")
        self.cfn = boto3.client("cloudformation")
        self.config = boto3.client("config")