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

@ -1,36 +1,4 @@
from helpers import *
from mobject.tex_mobject import TexMobject
from mobject import Mobject
from mobject.image_mobject import ImageMobject
from mobject.vectorized_mobject import *
from animation.animation import Animation
from animation.transform import *
from animation.simple_animations import *
from animation.compositions import *
from animation.playground import *
from animation.continual_animation import *
from topics.geometry import *
from topics.characters import *
from topics.functions import *
from topics.fractals import *
from topics.number_line import *
from topics.combinatorics import *
from topics.numerals import *
from topics.three_dimensions import *
from topics.objects import *
from topics.probability import *
from topics.complex_numbers import *
from topics.common_scenes import *
from scene import Scene
from scene.reconfigurable_scene import ReconfigurableScene
from scene.zoomed_scene import *
from camera import Camera
from mobject.svg_mobject import *
from mobject.tex_mobject import *
from topics.graph_scene import *
from topics.probability import *
from big_ol_pile_of_manim_imports import *
class ShowExampleTest(ExternallyAnimatedScene):
pass