変数: list[型]
変数: tuple[型1, ...]
from collections.abc import Sequence変数: Sequence[型]
from typing import Any変数: Any
型名 = 型の式