aboutsummaryrefslogtreecommitdiffstats
path: root/src/locusts.ex
blob: fdcbc0f74764cb8c3829861fbe38ffb5b52f6ad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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