"""Enum backports from standard lib.""" from __future__ import annotations from enum import StrEnum __all__ = ["StrEnum"]