"""sshj — SSH host picker (raw ANSI, stdlib-only).

15-module package (B2 split, worklog/b2-plan.md). The B2 re-export
facade (sshj_cli.py) was stripped in SG1-8: callers (the deployed
launcher, `python -m sshj`, the test loaders) import the leaves
directly, so this only re-exports the public entry points.
"""
from .connect import main  # noqa: F401   # B2 4d: composition root
from .theme import VER  # noqa: F401      # B2 4b: version lives with the branding
