forked from TrueCloudLab/frostfs-testlib
3 lines
113 B
Python
3 lines
113 B
Python
from .interfaces import CommandResult, Shell
|
|
from .local_shell import LocalShell
|
|
from .ssh_shell import SSHShell
|