6 lines
140 B
Python
6 lines
140 B
Python
from pathlib import Path
|
|
|
|
VERSION = "0.0.3"
|
|
YT_PLAYLISTS_URL = "https://www.youtube.com/feed/playlists"
|
|
PROGRAM_DIR = Path(__file__).parent
|