defmodule ComboSaaS.Core do @moduledoc """ `ComboSaaS.Core` keeps the contexts that define the domain and business logic. Contexts are also responsible for managing data, regardless if it comes from the database, an external API or others. """ end