(self)
| 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 | |
| 29 | class Live2DPuppetAvatarHandler(AvatarHandler): |
| 30 | key = "puppet" |
nothing calls this directly
no outgoing calls
no test coverage detected