diff options
author | miraikumiko <miraikumiko@disroot.org> | 2025-04-21 10:26:21 +0200 |
---|---|---|
committer | miraikumiko <miraikumiko@disroot.org> | 2025-04-21 10:26:21 +0200 |
commit | fb01bbb290d37f491d603bdf015d994a39e153c7 (patch) | |
tree | fb60b98e20ae6896b08fc46fda6643d36a8a8b34 /lib/nulla.ex | |
download | nulla-fb01bbb290d37f491d603bdf015d994a39e153c7.tar.gz nulla-fb01bbb290d37f491d603bdf015d994a39e153c7.tar.bz2 |
Init
Diffstat (limited to 'lib/nulla.ex')
-rw-r--r-- | lib/nulla.ex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/nulla.ex b/lib/nulla.ex new file mode 100644 index 0000000..ceb0132 --- /dev/null +++ b/lib/nulla.ex @@ -0,0 +1,9 @@ +defmodule Nulla do + @moduledoc """ + Nulla 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 |