def flatten_list()

in src/latex2sympy2_extended/latex2sympy2.py [0:0]


def flatten_list(l):
    return [item for sublist in l for item in sublist]