lib/unit/kelvin.ex

defmodule SI.Unit.Kelvin do
  @moduledoc false
  use SI.Unit,
      name: "kelvin",
      symbol: :K
end