Files
browser-use/browser_use/controller/__init__.py
2025-08-26 14:23:40 -07:00

4 lines
75 B
Python

from browser_use.tools.service import Controller
__all__ = ['Controller']