There was an error while loading. Please reload this page.
TypeVar
from typing import TypeVar T = TypeVar("T") T = TypeVar("T") # should be an error