Python aplanar la matriz de matrices

import numpy as np
out = np.concatenate(input_list).ravel()
Intempestive Al Dente