Revert "Move files to src"

This reverts commit 16752df99c.
This commit is contained in:
Nathan Thomas 2023-09-21 11:01:04 -07:00
parent 16752df99c
commit b5a442c042
22 changed files with 197 additions and 205 deletions

4
rip/__main__.py Normal file
View file

@ -0,0 +1,4 @@
"""Run the rip program."""
from .cli import main
main()