#!/usr/bin/env python3 """Сервисы бота.""" from bot.services.command_executor import ( execute_cli_command, _execute_local_command, _execute_ssh_command, _show_result, ) __all__ = [ "execute_cli_command", "_execute_local_command", "_execute_ssh_command", "_show_result", ]