mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
5 lines
110 B
Python
5 lines
110 B
Python
from spotdl.version import __version__
|
|
from spotdl.command_line import Spotdl
|
|
from spotdl.track import Track
|
|
|