fenn.args¶ class fenn.args.Parser(*args, **kwargs)[source]¶ Bases: object __init__(config_file='fenn.yaml')[source]¶ Parameters: config_file (str | Path) Return type: None property args: Dict[str, Any]¶ property config_file: str¶ load_configuration()[source]¶ Loads the YAML configuration into the _args dictionary. Return type: Any print()[source]¶ Public method to trigger the flattened print with colored paths. Return type: None