defmodule SI.Quantity.Length do @moduledoc false use SI.Quantity, name: "length", symbol: :l, unit: SI.Unit.Meter end