ash_hq/lib/ash_hq.ex
Zach Daniel 867f9d5371 init
2022-03-21 00:43:24 -04:00

9 lines
247 B
Elixir

defmodule AshHq do
@moduledoc """
AshHq 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