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.
1 parent 2076d65 commit 51ca828Copy full SHA for 51ca828
manim_slides/slide.py
@@ -8,7 +8,7 @@
8
9
try:
10
from .manim import Scene, ThreeDScene, config, logger
11
-except ImportError
+except ImportError:
12
Scene = ThreeDScene = config = logger = None
13
# TODO: manage both manim and manimgl
14
0 commit comments