"""Allow running as `python3 -m eval_runner`.""" from .runner import main raise SystemExit(main())