niamoto package

Subpackages

Submodules

niamoto.main module

Main entry point for the Niamoto CLI application.

niamoto.main.init_logging()

Initialize global logging for the application.

Raises:

LoggingError – If logging setup fails

Return type:

None

niamoto.main.main()

The main entry point for the Niamoto application.

This function initializes logging, sets up global exception handling, and runs the command-line interface. Any unhandled exceptions will be logged and displayed to the user appropriately.

Return type:

None

Module contents