from pathlib import Path
VERSION = "0.0.3"
YT_PLAYLISTS_URL = "https://www.youtube.com/feed/playlists"
PROGRAM_DIR = Path(__file__).parent