from pathlib import Path FOLDER_PATH: Path = Path("./slides") CONFIG_PATH: Path = Path(".manim-slides.toml") FFMPEG_BIN: Path = Path("ffmpeg")