mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-22 07:15:10 +00:00
7 lines
132 B
Python
7 lines
132 B
Python
"""Triggers command module for CrewAI CLI."""
|
|
|
|
from crewai_cli.triggers.main import TriggersCommand
|
|
|
|
|
|
__all__ = ["TriggersCommand"]
|