mirror of
https://github.com/3b1b/videos.git
synced 2025-09-18 21:38:53 +00:00
6 lines
99 B
Python
6 lines
99 B
Python
from manim_imports_ext import *
|
|
|
|
|
|
class Test(Scene):
|
|
def construct(self):
|
|
self.embed()
|