Files
crewAI/lib/cli/src/crewai_cli/authentication/providers/entra_id.py
2026-05-06 20:46:46 +08:00

9 lines
237 B
Python

"""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"]