SPARKNET / src /cli /__init__.py
MHamdan's picture
Initial commit: SPARKNET framework
d520909
"""
SPARKNET Command Line Interface
Provides CLI commands for document intelligence and RAG operations.
"""
from .main import app, main
__all__ = ["app", "main"]