streamrip/src/__main__.py
2023-09-21 11:00:25 -07:00

4 lines
57 B
Python

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