"""CLI package for swarm benchmark tool."""

from .main import main

__all__ = ["main"]