zhenxun_bot/utils/typing.py

4 lines
76 B
Python
Raw Normal View History

from typing import Literal
BLOCK_TYPE = Literal["all", "private", "group"]