I have a python function that takes a list as an argument:
def func(in_list: list): ...
but is it possible to more specific, like I want