Files
sshecret/packages/sshecret-sshd/src/sshecret_sshd/commands/__init__.py
Allan Eising dcf0b4274c Refactor command handling
This now supports usage/help texts
2025-05-18 17:56:53 +02:00

6 lines
97 B
Python

"""Commands module."""
from .dispatcher import dispatch_command
__all__ = ["dispatch_command"]