"""CLI module for click commands.""" from .commands import cli __all__ = ["cli"]