Source code for simdesign.rcmrf.bdim.eu_cdl.stairs

"""This module provides the stairs class implementation for the ``eu_cdl``
design class in the BDIM layer.
"""
# Imports from bdim base library
from ..baselib.stairs import StairsBase


[docs] class Stairs(StairsBase): """Stairs implementation for the ``eu_cdl`` design class. This class directly uses the behaviour defined in ``StairsBase``. See Also -------- :class:`~StairsBase` Base class defining the core behaviour and configuration. """