example_client.py ----------------- Here is an example client that handles some more commands and includes a catch-all handler for unhandled commands. It can be found in the file ``scripts/example_client.py`` but is also listed here for convenience. .. literalinclude:: ../../scripts/example_client.py :language: python