MCPcopy Create free account
hub / github.com/MisterBooo/LeetCodeAnimation / Anima

Class Anima

tools/anima/__init__.py:4–10  ·  view source on GitHub ↗

LeetCode Animation Manager

Source from the content-addressed store, hash-verified

2
3
4class Anima:
5 """
6 LeetCode Animation Manager
7 """
8
9 def new(self, id: str, title: str):
10 create_solution(id, title)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected