"""Re-export of ``EntraIdProvider`` from ``crewai_core.auth.providers.entra_id``."""

from __future__ import annotations

from crewai_core.auth.providers.entra_id import EntraIdProvider as EntraIdProvider


__all__ = ["EntraIdProvider"]
