Environment class ============================= .. toctree:: :maxdepth: 3 Overview ----------------- .. code-block:: text ┌───────────────────────────────────────────────┐ │ import aubellhop as bh │ ├───────────────────────────────────────────────┤ │ env = bh.Environment(...) │ │ → create new Environment instance │ └───────────────────────────────────────────────┘ Environment class ----------------- .. automodule:: aubellhop.environment :members: :undoc-members: :show-inheritance: :no-value: