readability/lib/readability/candidate.ex

7 lines
140 B
Elixir
Raw Permalink Normal View History

2016-04-17 12:26:51 +00:00
defmodule Readability.Candidate do
@moduledoc """
Candidate can be article
"""
defstruct html_tree: {}, score: 0, tree_depth: 0
end