"""Public support module.

Conceptually, this module exposes a minimal set of package-wide constants used
by compatibility layers and shared helpers.

It exists as a separate unit so version-like sentinel values remain centralized
and easy to audit.
"""

FUNCTION_API_VERSION = "2026-03-24"
