mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
7 lines
No EOL
209 B
Python
7 lines
No EOL
209 B
Python
from mobject import Mobject
|
|
from scene import Scene
|
|
from animation.transform import Transform
|
|
from animation.simple_animations import ShowCreation
|
|
from topics.geometry import Line, Point
|
|
|
|
from helpers import * |