diff options
Diffstat (limited to 'lib/waev.ex')
-rw-r--r-- | lib/waev.ex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/waev.ex b/lib/waev.ex new file mode 100644 index 0000000..d024158 --- /dev/null +++ b/lib/waev.ex @@ -0,0 +1,9 @@ +defmodule Waev do + @moduledoc """ + Waev 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 |