communicator

Module contents

Author: Oluwaponmile Femi-Sunmaila

class Communicator

Bases: object

process_command(request: str) str

Processes a command sent from front end and sends back a response

Parameters

input (str) – The command to be processed

Returns

The return message to be sent to front end.

Return type

str