Source code for simdesign.rcmrf.bdim.tr_7599.stairs
"""This module provides the stairs class implementation for the ``tr_7599``
design class in the BDIM layer.
"""
# Imports from bdim base library
from ..baselib.stairs import StairsBase
[docs]
class Stairs(StairsBase):
"""Stairs implementation for the ``tr_7599`` design class.
This class directly uses the behaviour defined in ``StairsBase``.
See Also
--------
:class:`~StairsBase`
Base class defining the core behaviour and configuration.
"""