mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-15 00:52:15 +08:00

As described in #181, there was a mismatch between the type return by `click` and the one used by `pydantic`. Now we only use `Path` types. Closes #181