mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Updated imports
This commit is contained in:
parent
16c08f51a6
commit
671151239c
1 changed files with 1 additions and 14 deletions
15
primes.py
15
primes.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 *
|
||||
|
||||
def is_prime(n):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue