streamrip/rip/__main__.py

5 lines
57 B
Python
Raw Normal View History

2021-07-29 14:20:49 -04:00
"""Run the rip program."""
from .cli import main
main()