HEASP features not (yet) supported in Python

At present the HEASP Python module does not support binary operations defined in the C++ classes such as the addition of two responses by resp = resp1 + resp2. What are supported are the unary equivalents so responses can be added by resp1 += resp2.