"""Channel-agnostic publishing primitives (Magento, Shopify, …)."""

from channel.attribute_value_resolver import (
    AttributeInputKind,
    MagentoAttributeValueResolver,
    OPTION_FALLBACK_VALUE_INDEX,
    OPTION_LABEL_ALIASES,
    norm_option_label,
    requires_remote_value_id,
    resolve_select_value_index,
)

__all__ = [
    "AttributeInputKind",
    "MagentoAttributeValueResolver",
    "OPTION_FALLBACK_VALUE_INDEX",
    "OPTION_LABEL_ALIASES",
    "norm_option_label",
    "requires_remote_value_id",
    "resolve_select_value_index",
]
