"""Manim Slides' main entrypoint.""" from .cli.commands import main if __name__ == "__main__": main()