whisper live

This commit is contained in:
2025-07-15 18:54:01 +00:00
parent d4345eef8b
commit 8386b685d6
57 changed files with 2772 additions and 0 deletions

View File

@ -0,0 +1,9 @@
defmodule WhisperLive do
@moduledoc """
WhisperLive 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