Source code for hydpy.models.lland.lland_inlets

# -*- coding: utf-8 -*-
# pylint: disable=missing-module-docstring


# import...
# ...from HydPy
from hydpy.core import sequencetools


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