The following does not work in symengine, but in sympy an equation object has the `lhs` and `rhs` properties ```python import symengine eq = symengine.Eq('x', 'y') eq.lhs ```