🔥 移除不需要的 type alias

This commit is contained in:
2024-06-27 14:00:06 +08:00
parent f61bbd00b7
commit 84a7a70183

View File

@@ -1,10 +1,8 @@
from collections.abc import Awaitable, Callable
from typing import Any, Literal
from typing import Literal
Number = float | int
GameType = Literal['IO', 'TOP', 'TOS']
CommandType = Literal['bind', 'query']
AsyncCallable = Callable[..., Awaitable[Any]]
Me = Literal[
'',
'自己',