Spaces:
Sleeping
Sleeping
File size: 79 Bytes
bf6d237 |
1 2 3 4 5 6 |
from typing import TypeVar
T = TypeVar("T")
K = TypeVar("K")
V = TypeVar("V")
|