mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-08 02:29:00 +00:00
9 lines
217 B
Python
9 lines
217 B
Python
"""Re-export of ``OktaProvider`` from ``crewai_core.auth.providers.okta``."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from crewai_core.auth.providers.okta import OktaProvider as OktaProvider
|
|
|
|
|
|
__all__ = ["OktaProvider"]
|