mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-29 06:25:34 -04:00
Move files to src
This commit is contained in:
parent
a2e9279189
commit
16752df99c
22 changed files with 205 additions and 197 deletions
4
src/__main__.py
Normal file
4
src/__main__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
"""Run the rip program."""
|
||||
from .cli import main
|
||||
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue