Files
policy-service/lib/policy_service.ex
Haim Kortovich a52f049a29 wip
2026-03-05 11:30:08 -05:00

10 lines
263 B
Elixir

defmodule PolicyService do
@moduledoc """
PolicyService 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