mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-18 20:02:25 +08:00

This PR refactors a lot of the code in order to have a better organized codebase. If will that I needed to create a second level of submodules, to better distinguish the different parts of this project.
7 lines
108 B
Python
7 lines
108 B
Python
"""Manim Slides' main entrypoint."""
|
|
|
|
from .cli.commands import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|