Python -Typ Hinweise Liste der Klasse

from typing import List

# x is a list of Examples
def foo(x: List[Example])
RyanGar46