class ProxyStringExpression(StringExpression, ProxyExpressions, BaseProxyExpression):
    """Proxy string expression class."""

    def __init__(self, lhs, rhs):
        """Create proxy string expression.