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

6 lines
235 B
Python

"""Pure business core — entities, value objects, errors, and ports (Protocols).
This package MUST NOT import frameworks (FastAPI, SQLAlchemy, redis, …).
Adapters depend on the domain; the domain depends on nothing but stdlib.
"""