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