ask-the-web-agent / src /cli /__init__.py
debashis2007's picture
Upload folder using huggingface_hub
75bea1c verified
raw
history blame contribute delete
107 Bytes
"""CLI module for the Ask-the-Web Agent."""
from src.cli.main import app, main
__all__ = ["app", "main"]