From 24ecc3d6ed1b5674112cc8636cca3a807f8056b9 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 2 Apr 2018 17:53:12 -0700 Subject: [PATCH] updated eop imports --- active_projects/eop/birthday.py | 17 +---------------- active_projects/eop/histograms.py | 15 +-------------- active_projects/eop/pascal.py | 10 +--------- 3 files changed, 3 insertions(+), 39 deletions(-) diff --git a/active_projects/eop/birthday.py b/active_projects/eop/birthday.py index f59f7021..7fae9bf9 100644 --- a/active_projects/eop/birthday.py +++ b/active_projects/eop/birthday.py @@ -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): diff --git a/active_projects/eop/histograms.py b/active_projects/eop/histograms.py index be0ea491..7303155d 100644 --- a/active_projects/eop/histograms.py +++ b/active_projects/eop/histograms.py @@ -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): diff --git a/active_projects/eop/pascal.py b/active_projects/eop/pascal.py index b2f5f40d..087caf6b 100644 --- a/active_projects/eop/pascal.py +++ b/active_projects/eop/pascal.py @@ -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