mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-21 00:54:25 +08:00
fix(lib): fix import * (typo in name)
This commit is contained in:
@ -43,6 +43,6 @@ new_module.__dict__.update(
|
||||
"__path__": __path__,
|
||||
"__doc__": __doc__,
|
||||
"__version__": __version__,
|
||||
"__all__": ("__version__", "Slides", "ThreeDSlide"),
|
||||
"__all__": ("__version__", "Slide", "ThreeDSlide"),
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user