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