added big_ol_pile_of_manim_imports.py (see the comment at the head of that file

This commit is contained in:
Grant Sanderson
2018-03-30 12:56:29 -07:00
parent 413403c904
commit 2e5dbf2427
82 changed files with 161 additions and 1914 deletions

View File

@ -5,12 +5,7 @@ import itertools as it
from copy import deepcopy
import sys
from animation import *
from mobject import *
from constants import *
from mobject.region import *
from scene import Scene, SceneFromVideo
from big_ol_pile_of_manim_imports import *
from script_wrapper import command_line_create_scene
MOVIE_PREFIX = "counting_in_binary/"