""" SPARKNET Command Line Interface Provides CLI commands for document intelligence and RAG operations. """ from .main import app, main __all__ = ["app", "main"]