Current section
Files
Jump to
Current section
Files
lib/afl_fantasy_scraper.ex
defmodule AflFantasyScraper do
@moduledoc """
Documentation for `AflFantasyScraper`.
"""
@doc """
Hello world.
## Examples
iex> AflFantasyScraper.hello()
:world
"""
def hello do
:world
end
end