Project started 🍾

This commit is contained in:
2026-06-01 18:47:59 +03:00
commit 4bca90a50e
39 changed files with 2340 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"""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``).
"""