"""Entry point for running the Dell AI CLI as a module."""

from dell_ai.cli.main import app

if __name__ == "__main__":
    app()
