forked from TrueCloudLab/frostfs-testlib
3 lines
204 B
Python
3 lines
204 B
Python
from neofs_testlib.shell.interfaces import CommandOptions, CommandResult, InteractiveInput, Shell
|
|
from neofs_testlib.shell.local_shell import LocalShell
|
|
from neofs_testlib.shell.ssh_shell import SSHShell
|