from .terminal_commands import TerminalCommands class TerminalCommandsHandler(TerminalCommands): keys = ['history.bash'] def handle_event(self, message, _): command = message['value'] self.callback(command)