"""Module entry point so `python -m debug.eval` works from the project root.""" from .cli import main raise SystemExit(main())