lib/unit/candela.ex

defmodule SI.Unit.Candela do
  @moduledoc false
  use SI.Unit,
      name: "candela",
      symbol: :cd
end