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

@ -6,7 +6,7 @@ import itertools as it
from copy import deepcopy
import sys
from big_ol_pile_of_manim_imports import *
from manimlib.imports import *
from script_wrapper import command_line_create_scene
MOVIE_PREFIX = "counting_in_binary/"