add TYPE_CHECKING

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

View File

@ -24,3 +24,5 @@ Self = _PLACEHOLDER
class Generic:
pass
TYPE_CHECKING = False