python version of 0D
It is intended that this will superceded by vsh, in the future.
This version is example of 4 simple tests:
- echo 'Hello'
- same as 1, but, using a container to wrap Echo
- same as 2, except, using a container to wrap the containera of Echo
- a parallel version - the input messages ('Hello' and 'World') are down-forwarded to two different Echos, both feed the same output, hence, you should see 4 messages in the final output queue ('pHello', 'pHello', 'pWorld', 'pWorld')