We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc42a1b + efa6fe0 commit 981b34fCopy full SHA for 981b34f
manim_slides/slide.py
@@ -4,9 +4,8 @@
4
import shutil
5
import subprocess
6
7
-from tqdm import tqdm
8
-
9
from manim import Scene, ThreeDScene, config, logger
+from tqdm import tqdm
10
11
try: # For manim<v0.16.0.post0
12
from manim.constants import FFMPEG_BIN as ffmpeg_executable
0 commit comments