Add a small todo

This commit is contained in:
Grant Sanderson 2020-02-18 22:32:02 -08:00
parent 01cda8a130
commit 6b69ed2174

View file

@ -3,6 +3,7 @@ from manimlib.mobject.svg.tex_mobject import SingleStringTexMobject
from manimlib.mobject.types.vectorized_mobject import VMobject
# TODO, have this cache TexMobjects
class DecimalNumber(VMobject):
CONFIG = {
"num_decimal_places": 2,