7 lines
260 B
Python
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.
|
|
"""
|