Update src/llm/__init__.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Anish Agrawal 2026-04-12 12:31:03 +05:30 committed by GitHub
parent 0f6d06d779
commit fd0cde69d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,6 @@ __all__ = [
def gui() -> None:
from llm.gui.selector import main
from llm.cli.selector import main
main()