defmodule SI.Quantity.ElectricCurrent do @moduledoc false use SI.Quantity, name: "electric current", symbol: :I, unit: SI.Unit.Ampere end