Source code for hydpy.models.exch.exch_inlets

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

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


[docs] class Total(sequencetools.InletSequence): """Total input [e.g. m³/s].""" NDIM, NUMERIC = 1, False