Perhaps we can use some new Python features like type hints (in 3.5) and dataclasses (in 3.7).
Some examples of where this would be nice:
- The
options dictionary for create_data_set in the zos-files SDK
- The response object returned by
submit_job in the zos-jobs SDK