Added generic typing to configuration #141
This commit is contained in:
3
src/cpl_core/typing.py
Normal file
3
src/cpl_core/typing.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from typing import TypeVar
|
||||
|
||||
T = TypeVar('T')
|
||||
Reference in New Issue
Block a user