blob: fdcbc0f74764cb8c3829861fbe38ffb5b52f6ad7 (
plain) (
tree)
|
|
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
|