MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / get_avatar_handlers

Method get_avatar_handlers

puppet_extension.py:21–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 id="puppet"
20
21 def get_avatar_handlers(self) -> list[dict]:
22 return [{
23 "key": "puppet",
24 "title": "Nyarch Desktop Puppet",
25 "description": "Get acchan on your desktop!",
26 "class": Live2DPuppetAvatarHandler,
27 }]
28
29class Live2DPuppetAvatarHandler(AvatarHandler):
30 key = "puppet"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected