app
Running the system
init
init (config_path:str)
*Initialize the application.
Args:
• config_path: Path to TOML config file
Returns: None*
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.*