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()