Files
crewAI/lib/cli/src/crewai_cli/authentication/providers/workos.py
2026-05-06 20:46:46 +08:00

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"]