In one terminal, run:

    ./cons.sh

In another terminal:

    python main.py

To try out the various worker classes, you can run:

* ./cons.sh thread
* ./cons.sh greenlet
* ./cons.sh process
