"""
CLI - Command line interface for The Grid.
"""

from .main import main, GridCLI

__all__ = ["main", "GridCLI"]
