Files
manim/active_projects/ode/part1/shared_constructs.py
2019-03-20 17:38:25 -07:00

17 lines
245 B
Python

from big_ol_pile_of_manim_imports import *
Lg_formula_config = {
"tex_to_color_map": {
"\\theta_0": WHITE,
"{L}": BLUE,
"{g}": YELLOW,
},
}
class You(PiCreature):
CONFIG = {
"color": BLUE_C,
}