MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / AlgoCheckmark

Class AlgoCheckmark

animations/src/algo_objects.py:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5ALGO_NODE_COLOR = "#464445"
6
7class AlgoCheckmark(TexText):
8 CONFIG = {
9 "color": GREEN
10 }
11
12 def __init__(self, **kwargs):
13 super().__init__("\\ding{51}")
14
15
16class AlgoExmark(TexText):

Callers 1

show_diffMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected