dlab.boot module¶ dlab.boot.bootstrap(config_path: Path) → Dict[str, Any][source]¶ Load config and initialize DLL paths. dlab.boot.get_config() → Dict[str, Any][source]¶ Return loaded config, or load default if not bootstrapped. dlab.boot.load_config(path: Path) → Dict[str, Any][source]¶ Load YAML config file.