add decorators for typing

This commit is contained in:
blueloveTH 2023-09-26 21:45:31 +08:00
parent 7749362b4b
commit 6f19f8e3fa

View File

@ -26,3 +26,7 @@ class Generic:
pass
TYPE_CHECKING = False
# decorators
overload = lambda x: x
final = lambda x: x