defmoduleLithiumdouseApplication@moduledoc"""Lithium is a mail authentication daemon."""@impltruedefstart(_start_type,_start_args)dochildren=[{Lithium.Util.PublicSuffix,[]}]opts=[strategy::one_for_one,name:Lithium.Supervisor]Supervisor.start_link(children,opts)endend