mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-29 06:25:34 -04:00
5 lines
125 B
Python
5 lines
125 B
Python
"""streamrip: the all in one music downloader."""
|
|
|
|
__version__ = "0.7.1"
|
|
|
|
from . import clients, constants, converter, media
|