Source code for hydpy.models.lland.lland_inlets

# pylint: disable=missing-module-docstring

from hydpy.core import sequencetools
from hydpy.core.typingtools import *


[docs] class Q(sequencetools.InletSequence): """Abfluss (runoff) [m³/s].""" NDIM: Final[Literal[1]] = 1