4 lines
45 B
Python
4 lines
45 B
Python
from typing import TypeVar
|
|
|
|
T = TypeVar('T')
|
from typing import TypeVar
|
|
|
|
T = TypeVar('T')
|