mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 21:28:10 +00:00
9 lines
178 B
Python
9 lines
178 B
Python
"""CLI authentication entry point."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from crewai_cli.authentication.main import AuthenticationCommand
|
|
|
|
|
|
__all__ = ["AuthenticationCommand"]
|