7 lines
216 B
Python
7 lines
216 B
Python
"""Concrete LLM-backend implementations.
|
|
|
|
Importers go through :func:`decnet.realism.llm.get_llm`, not these
|
|
modules directly — same convention as :mod:`decnet.web.db.sqlite` and
|
|
:mod:`decnet.bus.unix_client`.
|
|
"""
|