pyprobe.utils module# A collection of utility functions for PyProBE. flatten_list(lst)# Flatten a list of lists into a single list. Parameters: lst (list) – The list of lists to flatten. Returns: The flattened list. Return type: list