Files
cpl/src/cpl_core/typing.py

4 lines
45 B
Python

from typing import TypeVar
T = TypeVar('T')