dell_ai/__main__.py (
3
lines of code) (
raw
):
"""Entry point for running the Dell AI CLI as a module.""" from dell_ai.cli.main import app if __name__ == "__main__": app()