lib/unit/second.ex

defmodule SI.Unit.Second do
  @moduledoc false
  use SI.Unit,
      name: "second",
      symbol: :s
end