Python Flutten Array массивов

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