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

Class NyarchDesktopPuppet

puppet_extension.py:17–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15from .extensions import NewelleExtension
16
17class NyarchDesktopPuppet(NewelleExtension):
18 name = "Nyarch Desktop Puppet"
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