mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-03 06:08:15 +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"]
|