Source code for simdesign.rcmrf.bdim.eu_cdh.slab

"""This module provides the slab class implementation for the ``eu_cdh``
design class in the BDIM layer.
"""
# Imports from bdim base library
from ..baselib.slab import SlabBase


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