sovereign-engine-v2 / src /cli /__init__.py
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/sovereign-engine-v2
9abace2 verified
Raw
History Blame Contribute Delete
162 Bytes
"""
CLI Interface
Part of SOVEREIGN PYTHON LLM ENGINE
Command-line interface for the sovereign engine.
"""
from .main import main
__all__ = ["main"]