Merge pull request #187 from 3b1b/update-eop-imports

updated eop imports
This commit is contained in:
Grant Sanderson 2018-04-02 17:54:09 -07:00 committed by GitHub
commit 16c08f51a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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