I want to sort a list of arrays in descending order of sum of absolute values of arrays in python. For example input array=[[1, 2, -3, -4], [-2, 3, -1, 5]] I want to sort it