From 5f00c8ce342df4580d3ff9bbba168b9e4e783027 Mon Sep 17 00:00:00 2001 From: Param Nayar <89425678+paramnayar@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:57:11 -0500 Subject: [PATCH] Feature Test --- example_scenes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example_scenes.py b/example_scenes.py index 3307e8f4df..8352431837 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -1,6 +1,8 @@ from manimlib import * import numpy as np +# how can we improve the feature set? + # To watch one of these scenes, run the following: # manimgl example_scenes.py OpeningManimExample # Use -s to skip to the end and just save the final frame