mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-20 12:05:56 +08:00
6 lines
144 B
Python
6 lines
144 B
Python
from pathlib import Path
|
|
|
|
FOLDER_PATH: Path = Path("./slides")
|
|
CONFIG_PATH: Path = Path(".manim-slides.toml")
|
|
FFMPEG_BIN: Path = Path("ffmpeg")
|