streamrip/rip/__main__.py
Nathan Thomas b5a442c042 Revert "Move files to src"
This reverts commit 16752df99c.
2023-09-21 11:01:04 -07:00

4 lines
57 B
Python

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