1
0
Fork 0
mirror of https://github.com/nathom/streamrip.git synced 2025-05-30 15:05:19 -04:00
streamrip/rip/__main__.py
2021-07-29 11:20:49 -07:00

4 lines
57 B
Python

"""Run the rip program."""
from .cli import main
main()