mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-18 20:02:25 +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