mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-04 07:27:00 +08:00
fix: typo
This commit is contained in:
@ -8,7 +8,7 @@ from tqdm import tqdm
|
||||
|
||||
try:
|
||||
from .manim import Scene, ThreeDScene, config, logger
|
||||
except ImportError
|
||||
except ImportError:
|
||||
Scene = ThreeDScene = config = logger = None
|
||||
# TODO: manage both manim and manimgl
|
||||
|
||||
|
Reference in New Issue
Block a user