# SPDX-FileCopyrightText: 2026 Marco Ricci # # SPDX-License-Identifier: Zlib """A non-hardened implementation of the SSH agent protocol.""" from fakesshagent.machinery import ( StubbedSSHAgentSocket as StubbedSSHAgentSocket, ) __version__ = "0.1" __all__ = ("StubbedSSHAgentSocket",)