Added - `Object`s start with a default color of `(128,128,128)`. - Add first draft of arena-py CLI (similar to mosquitto_pub/sub)! Usage: `python3 -m arena -s <scene> -a <pub/sub> ...` Type `python3 -m arena -h` for options.
Changed - Do not accept None for host, realm, scene in `Scene` constructor.
0.1.32
Added - Programs will now disconnect and exit on an exception. - Added try except block on message parsing. - `WindowsSelectorEventLoopPolicy` added for Windows Python >=3.8
0.1.31
Changed - `add_msg_callback` auto subscribes to topic. - Possibly fix `Color` bug with invalid colors.