list_flatten

hhpy.main.list_flatten(lst: Any) → list[source]

Flatten a list of lists

Parameters:lst – list of lists
Returns:flattened list