soup/soup_cli/__main__.py

6 lines
82 B
Python

"""Allow running as `python -m soup_cli`."""
from soup_cli.cli import run
run()