Ibraaheem's picture
Upload 179 files
bf6d237
raw
history blame
79 Bytes
from typing import TypeVar
T = TypeVar("T")
K = TypeVar("K")
V = TypeVar("V")