mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-09 14:11:55 -04:00
4 lines
57 B
Python
4 lines
57 B
Python
"""Run the rip program."""
|
|
from .cli import main
|
|
|
|
main()
|