Files
2026-06-01 18:47:59 +03:00

7 lines
266 B
Python

"""Application layer — use cases / services.
Services orchestrate the domain through *ports* (Protocols defined in
``app.domain``). They never import concrete adapters directly; adapters are
injected at the composition root (``app.main`` / ``app.api.deps``).
"""