""" CLI Interface Part of SOVEREIGN PYTHON LLM ENGINE Command-line interface for the sovereign engine. """ from .main import main __all__ = ["main"]