mirror of
https://github.com/3b1b/manim.git
synced 2025-08-20 05:14:12 +00:00
7 lines
104 B
Python
7 lines
104 B
Python
![]() |
from manimlib.imports import *
|
||
|
|
||
|
|
||
|
class NewSceneName(ThreeDScene):
|
||
|
def construct(self):
|
||
|
pass
|