Overview ******** Import `nbodypy` ================ To import the (all) package, use the classical way: .. code-block:: python import nbodypy To use only the `Nbody` class .. code-block:: python import nbodypy.nbodypy To use the associated plot library .. code-block:: python import nbodypy.plotlib