cli¶
Command-line entry point for PREP-SHOT.
Run as a console script after pip install:
prepshot
Or as a Python module:
python -m prepshot
Both forms look for config.json and params.json in the current
working directory by default. The legacy entry point (python run.py)
remains supported and reads those files relative to run.py instead.