Make streamrip into a module

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-06-29 21:04:27 -07:00
parent 6d2951a0e9
commit bc917167d2
11 changed files with 48 additions and 40 deletions

3
rip/__main__.py Normal file
View file

@ -0,0 +1,3 @@
from .cli import main
main()