lib/unit/mole.ex

defmodule SI.Unit.Mole do
  @moduledoc false
  use SI.Unit,
      name: "mole",
      symbol: :mol
end