mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-18 17:25:22 -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, converter, media, constants
|