create manimlib.imports

This commit is contained in:
Devin Neal
2019-05-02 20:36:14 -07:00
parent be7b259274
commit db1a89db79
164 changed files with 164 additions and 164 deletions

View File

@ -7,7 +7,7 @@ import sys
import operator as op
from random import sample
from big_ol_pile_of_manim_imports import *
from manimlib.imports import *
from script_wrapper import command_line_create_scene
from functools import reduce