Lista wskazówek typu Pythona
from typing import List
# x is a list of Examples
def foo(x: List[Example])
RyanGar46
from typing import List
# x is a list of Examples
def foo(x: List[Example])