75bea1c
1
2
3
4
5
6
"""CLI module for the Ask-the-Web Agent.""" from src.cli.main import app, main __all__ = ["app", "main"]