mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-13 08:31:55 +08:00
7 lines
114 B
Python
7 lines
114 B
Python
from pathlib import Path
|
|
|
|
|
|
DEFAULT_CONFIG_PATH = Path(__file__).parent / "config.json"
|
|
|
|
FFMPEG_COMMAND = "ffmpeg"
|