mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
8 lines
152 B
Python
8 lines
152 B
Python
![]() |
from manimlib.imports import *
|
||
|
from active_projects.ode.part2.heat_equation import *
|
||
|
|
||
|
|
||
|
class NewSceneName(Scene):
|
||
|
def construct(self):
|
||
|
pass
|