fourletters.ex 259 B

123456789
  1. defmodule Fourletters do
  2. @moduledoc """
  3. Fourletters keeps the contexts that define your domain
  4. and business logic.
  5. Contexts are also responsible for managing your data, regardless
  6. if it comes from the database, an external API or others.
  7. """
  8. end