mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
7 lines
209 B
Python
7 lines
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 * |