streamrip/streamrip/__init__.py

6 lines
140 B
Python
Raw Normal View History

2021-05-12 20:26:50 +02:00
"""streamrip: the all in one music downloader."""
2021-04-11 01:05:31 +02:00
2023-03-17 06:23:00 +01:00
__version__ = "1.9.7"
from . import clients, constants, converter, downloadtools, media