Models class ============================= .. toctree:: :maxdepth: 3 Overview ----------------- .. code-block:: text ┌───────────────────────────────────────────────┐ │ import aubellhop as bh │ ├───────────────────────────────────────────────┤ │ bh.Models │ │ • Registry of BellhopSimulator instances │ │ │ │ bh.Models.new(name="...") │ │ → create new model │ │ │ │ bh.Models.supported() │ │ → list all models │ └───────────────────────────────────────────────┘ Models class ----------------- .. automodule:: aubellhop.models :members: