From 2e971c336119fca3d026b491d04521b103dd4bf5 Mon Sep 17 00:00:00 2001 From: Mizev Andrew <150728785+carpalsgrabby@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:58:33 +0100 Subject: [PATCH] Add __all__ for clarity when imported --- choose_best_layout.py | 1 + 1 file changed, 1 insertion(+) diff --git a/choose_best_layout.py b/choose_best_layout.py index 8ac4dc2..b41c06a 100644 --- a/choose_best_layout.py +++ b/choose_best_layout.py @@ -10,6 +10,7 @@ from pathlib import Path from typing import Dict, Any, List +__all__ = ["LayoutResult", "parse_args", "run_app", "metric_value", "main"] @dataclass class LayoutResult: