Source code for pycanha.tmm.coupling

"""Single thermal coupling between two nodes."""

from __future__ import annotations

import pycanha_core as pcc


[docs] class Coupling(pcc.tmm.Coupling): pass