cli package

Submodules

cli.trie_nathaniel module

cli.trie_nathaniel.request(op: str, value: Optional[str] = None) str

Sends a TCP request to the server with a packet containing the desired operation and value to be added

Args:

op (str): The operation that should be sent to the server to perform value (str): The value (if any) that should be sent to the server to use

Returns:

str: The response from the server

Module contents