frostfs-testlib/shell/__init__.py

3 lines
113 B
Python

from .interfaces import CommandResult, Shell
from .local_shell import LocalShell
from .ssh_shell import SSHShell