wfmedeiros3
Commit inicial e limpo para o Hugging Face
ebeba12
raw
history blame contribute delete
79 Bytes
from typing import TypeVar
T = TypeVar("T")
K = TypeVar("K")
V = TypeVar("V")