mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
7 lines
125 B
Python
7 lines
125 B
Python
![]() |
from big_ol_pile_of_manim_imports import *
|
||
|
|
||
|
|
||
|
class NewSceneName(TeacherStudentsScene):
|
||
|
def construct(self):
|
||
|
pass
|