defmodule Locusts do @moduledoc """ Documentation for `Locusts`. """ @doc """ Introduce locusts into your codebase. Note that locusts are not included with this package, you must provide your own. ## Examples iex> Locusts.introduce_locusts() nil """ def introduce_locusts do end end