add TYPE_CHECKING

This commit is contained in:
blueloveTH 2023-09-24 21:40:11 +08:00
parent d8f3a53220
commit 095acf4483

View File

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