Files
mcma-backend/app/infrastructure/__init__.py
T
2026-06-01 18:47:59 +03:00

7 lines
260 B
Python

"""Driven adapters — concrete implementations of domain ports.
ORM models, repositories, the async DB engine, the Redis client, source
backends, and external HTTP clients live here. Everything framework- and
vendor-specific is confined to this package.
"""