"""python -m sshj — run the picker (composition root is connect.main)."""
from .connect import main

if __name__ == "__main__":
    main()
