Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 386 Bytes

app.rst

File metadata and controls

12 lines (9 loc) · 386 Bytes

Main

This module encompasses the core functionalities of the DOLOST application, providing essential features for its operation.

It will handle the connection with the Docker Client's API and the start of the GUI. Also, it will be the one in charge to set the CLI's verbosity.

.. automodule:: DOLOST.app
    :members:
    :undoc-members:
    :show-inheritance:
    :noindex: