chore: refactoring fitgures directory

This commit is contained in:
2026-03-17 09:47:40 +01:00
parent 3439775fbd
commit fb09ea2b68
30 changed files with 672 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ def _default_input() -> Path:
def _default_output_dir() -> Path:
return Path(__file__).resolve().parent / "generated"
return Path(__file__).resolve().parent / "generated" / "legacy"
def _sanitize(key: str) -> str: