defmodule Readability.Candidate do
@moduledoc """
Candidate can be article
"""
defstruct html_tree: {}, score: 0, tree_depth: 0
end