lib/rpg.ex

defmodule RPG do
  @moduledoc """
  This is the base module for RPG. It currently does nothing.
  """
end