Files
dsProject/dsLightRag/Manim/generative-manim/GenScene.py
2025-08-14 15:45:08 +08:00

10 lines
255 B
Python

# Manim code generated with OpenAI GPT
# Command to generate animation: manim GenScene.py GenScene --format=mp4 --media_dir . --custom_folders video_dir
from manim import *
from math import *
class GenScene(Scene):
def construct(self):
pass