frostfs-testlib/src/neofs_testlib/shell/__init__.py
Vladimir Avdeev aebec54495 Add keywords helpers
Signed-off-by: Vladimir Avdeev <v.avdeev@yadro.com>
2022-10-26 16:34:41 +03:00

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