Just starting Bayes video for eop

This commit is contained in:
Grant Sanderson
2017-06-05 21:35:09 -07:00
parent 1e8002bde3
commit 28c664ceb6
6 changed files with 729 additions and 19 deletions

View File

@ -20,6 +20,7 @@ class SVGMobject(VMobject):
"should_center" : True,
#Must be filled in in a subclass, or when called
"file_name" : None,
"propogate_style_to_family" : True,
}
def __init__(self, **kwargs):
digest_config(self, kwargs, locals())