updated eop imports

This commit is contained in:
Grant Sanderson
2018-04-02 17:53:12 -07:00
parent 1826072bce
commit 24ecc3d6ed
3 changed files with 3 additions and 39 deletions

View File

@ -1,19 +1,4 @@
from helpers import *
from mobject import Mobject
from mobject.vectorized_mobject import *
from animation.animation import Animation
from animation.transform import *
from animation.simple_animations import *
from topics.geometry import *
from scene import Scene
from camera import *
from topics.number_line import *
from topics.three_dimensions import *
from topics.light import *
from topics.characters import *
from topics.numerals import *
from big_ol_pile_of_manim_imports import *
class Birthday(Scene):

View File

@ -1,17 +1,4 @@
from helpers import *
from mobject import Mobject
from mobject.vectorized_mobject import *
from animation.animation import Animation
from animation.transform import *
from animation.simple_animations import *
from topics.geometry import *
from scene import Scene
from camera import *
from topics.number_line import *
from topics.three_dimensions import *
from topics.light import *
from topics.characters import *
from topics.numerals import *
from big_ol_pile_of_manim_imports import *
from random import *
def text_range(start,stop,step):

View File

@ -1,12 +1,4 @@
from helpers import *
from mobject import Mobject
from mobject.vectorized_mobject import *
from animation.animation import Animation
from animation.transform import *
from animation.simple_animations import *
from topics.geometry import *
from scene import Scene
from camera import *
from big_ol_pile_of_manim_imports import *
nb_levels = 50