feat: migrate to unified Parquet format with instant GitHub setup and 4x faster tagging

This commit is contained in:
matt 2025-10-18 21:32:12 -07:00
parent e9e949aae3
commit 8435312c8f
58 changed files with 11921 additions and 3961 deletions

View file

@ -7,7 +7,7 @@ from dataclasses import dataclass
from functools import lru_cache
from typing import Iterable, List, Sequence
from code.deck_builder.theme_catalog_loader import ThemeCatalogEntry
from .theme_catalog_loader import ThemeCatalogEntry
__all__ = [
"normalize_theme",