"""Stub for accessing the Cheroot CLI tool."""

from .cli import main


if __name__ == '__main__':
    main()
