fantom bureaucracy_field (integer)
Explanation of bureaucracy_field
defmodule Disco.Bureaucracy do @moduledoc "Explanation of Bureaucracy" end
defmodule Disco.BureaucracyTest do use ExUnit.Case, async: true end