about summary refs log tree commit diff
path: root/lib/rook.ex
blob: 9bc30ab465e901214b1e779690a9d68ea8f6c202 (plain)
1
2
3
4
5
6
7
8
9
defmodule Rook do
  @moduledoc """
  Rook keeps the contexts that define your domain
  and business logic.

  Contexts are also responsible for managing your data, regardless
  if it comes from the database, an external API or others.
  """
end