"""Allow running as ``python -m sb_scout``."""

from sb_scout.cli import main

raise SystemExit(main())
