Files
spotify-downloader/spotdl/__init__.py
Ritiek Malhotra b9e2a23846 Fix dependencies
Removes now-unused dependency titlecase and add tqdm. Also read
current spotdl version without depending on external dependencies.
2020-04-21 13:13:48 +05:30

4 lines
71 B
Python

from spotdl.version import __version__
from spotdl.track import Track