frostfs-testlib/shell/__init__.py

4 lines
113 B
Python
Raw Normal View History

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