mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 02:02:35 +00:00
9 lines
237 B
Python
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"]
|