mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-30 15:05:19 -04:00
5 lines
138 B
Python
5 lines
138 B
Python
"""streamrip: the all in one music downloader."""
|
|
|
|
__version__ = "1.7"
|
|
|
|
from . import clients, constants, converter, downloadtools, media
|