/
githubmirror
/
crewai
Обзор
Документация
Войти
/
githubmirror
/
crewai
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/cli/src/crewai_cli/authentication/constants.py
8 строк
209 B
Greyson LaLonde
refactor: extract CLI into standalone crewai-cli package
06 май 2026, 15:46
Не верифицирован
06 май 2026, 15:46
93e786d
Код
Авторство
О чём код?
"""Re-export of authentication constants from ``crewai_core.auth.constants``.""" from __future__ import annotations from crewai_core.auth.constants import ALGORITHMS as ALGORITHMS __all__ = ["ALGORITHMS"]