mirror of
https://github.com/3b1b/videos.git
synced 2025-08-31 21:58:59 +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()
|