Move files to src

This commit is contained in:
Nathan Thomas 2023-09-21 11:00:25 -07:00
parent a2e9279189
commit 16752df99c
22 changed files with 205 additions and 197 deletions

4
src/__main__.py Normal file
View file

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