"""Typer-based CLI entrypoints for pyicloud."""

from pyicloud.cli.app import app, main

__all__ = ["app", "main"]
