mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 09:42:39 +00:00
9 lines
223 B
Python
9 lines
223 B
Python
"""Re-export of ``Auth0Provider`` from ``crewai_core.auth.providers.auth0``."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from crewai_core.auth.providers.auth0 import Auth0Provider as Auth0Provider
|
|
|
|
|
|
__all__ = ["Auth0Provider"]
|