MCPcopy Create free account
hub / github.com/Loping151/RoverSign / BoardcastTypeEnum

Class BoardcastTypeEnum

RoverSign/utils/constant.py:5–9  ·  view source on GitHub ↗

订阅类型

Source from the content-addressed store, hash-verified

3
4
5class BoardcastTypeEnum(str, Enum):
6 """订阅类型"""
7
8 SIGN_RESULT = "订阅鸣潮签到结果"
9 SIGN_WAVES = "订阅鸣潮签到"
10
11
12BoardcastType = Literal[

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected