#
# UserOperator Namespace
#
# @author [benny]
#
module UserOperator
  # define your operators here
  def test_operator(documents, html)
    'test'
  end
end