defmodule Ketbin.Schema do @moduledoc """ Ketbin keeps the contexts that define your schemas """ end defmodule Ketbin.Crud do @moduledoc """ Ketbin keeps the contexts that define your CRUD functions """ end defmodule Ketbin.Api do @moduledoc """ Ketbin keeps the contexts that define your business logic. """ end