@@ -23,4 +23,6 @@ TypeVar = _PLACEHOLDER
Self = _PLACEHOLDER
class Generic:
- pass
+ pass
+
+TYPE_CHECKING = False