.. network: Network ======= In the ``maboss`` module, the informations contained in the *MaBoSS*'s ``.cfg`` and ``.bnd`` files are represented by Python objects. ``Network`` objects represent most of the information contained in the ``.bnd`` file, and ``Simulation`` object contained the information contained in the ``.cfg`` file. * **Network** .. autoclass:: maboss.network.Network :members: