.. _main: main module =========== The main module packages up the three stages of the code, the :ref:`binary`, :ref:`consolidation` and :ref:`predict` to run one after the other, in that order. Note that each of those three stages can be run separately too. .. automodule:: main :members: :undoc-members: :show-inheritance: