def __init__()

in ansible_image_validation/cleanup-azure-table.py [0:0]


    def __init__(self, args):
        connect_str = args.connection_str
        self.table_service = TableService(connection_string=connect_str)