Source code for pycanha.tmm.nodes

"""Collection of thermal nodes."""

from __future__ import annotations

import pycanha_core as pcc


[docs] class Nodes(pcc.tmm.Nodes): def __init__(self) -> None: super().__init__()