mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
5 lines
95 B
Python
5 lines
95 B
Python
from typing import Literal
|
|
|
|
BLOCK_TYPE = Literal["all", "private", "group"]
|
|
"""禁用类型"""
|