lib/unit/gram.ex

defmodule SI.Unit.Gram do
  @moduledoc false
  use SI.Unit,
      name: "gram",
      symbol: :g
end