Source code for hydpy.models.lland.lland_outlets
# pylint: disable=missing-module-docstring
from hydpy.core import sequencetools
from hydpy.core.typingtools import *
[docs]
class Q(sequencetools.OutletSequence):
"""Abfluss (runoff) [m³/s]."""
NDIM: Final[Literal[0]] = 0