6 lines
74 B
Python
6 lines
74 B
Python
"""Allow running as `python -m ripper`."""
|
|
|
|
from .cli import main
|
|
|
|
main()
|