"""Triggers command module for CrewAI CLI."""

from crewai_cli.triggers.main import TriggersCommand


__all__ = ["TriggersCommand"]
