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

Class WavesBind

RoverSign/utils/database/models.py:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class WavesBind(Bind, table=True):
42 __table_args__: Dict[str, Any] = {"extend_existing": True}
43 uid: Optional[str] = Field(default=None, title="鸣潮UID")
44 pgr_uid: Optional[str] = Field(default=None, title="战双UID")
45
46
47class WavesUser(User, table=True):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected