diff options
Diffstat (limited to 'deferred_operand.py')
| -rw-r--r-- | deferred_operand.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deferred_operand.py b/deferred_operand.py index f2af66c..4b12279 100644 --- a/deferred_operand.py +++ b/deferred_operand.py @@ -3,6 +3,9 @@ from abc import ABC, abstractmethod from typing import Any, Generic, TypeVar +# This module is commonly used by others in here and should avoid +# taking any unnecessary dependencies back on them. + T = TypeVar('T') |
