Files
bili-sync/constants.py
2023-11-22 01:11:22 +08:00

7 lines
114 B
Python

from pathlib import Path
DEFAULT_CONFIG_PATH = Path(__file__).parent / "config.json"
FFMPEG_COMMAND = "ffmpeg"