Files
browser-use/browser_use/llm/google/__init__.py
2025-06-24 12:26:55 +02:00

4 lines
77 B
Python

from browser_use.llm.google.chat import ChatGoogle
__all__ = ['ChatGoogle']