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

Function get_help_data

RoverSign/roversign_help/get_help.py:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def get_help_data() -> Dict[str, PluginHelp]:
20 # 读取文件内容
21 with open(HELP_DATA, "r", encoding="utf-8") as file:
22 return json.load(file)
23
24
25plugin_help = get_help_data()

Callers 1

get_help.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected