app

Running the system

source

init

 init (config_path:str)

*Initialize the application.

Args:

config_path: Path to TOML config file

Returns: None*


source

init_cli

 init_cli (args=None)

*Main entry point for the application.

Args:

args: Optional list of command line argument strings, or parsed args object.

       If None, will parse from command line.*