mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
5 lines
146 B
Python
5 lines
146 B
Python
from browser_use.agent.memory.service import Memory
|
|
from browser_use.agent.memory.views import MemoryConfig
|
|
|
|
__all__ = ['Memory', 'MemoryConfig']
|