"""Run lookml_generator cli."""

from . import cli


def main():
    """Run the CLI."""
    cli("generator")


if __name__ == "__main__":
    main()
