This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/lib/augie.ex

10 lines
247 B
Elixir
Raw Normal View History

2019-11-29 17:55:52 +13:00
defmodule Augie do
@moduledoc """
Augie 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