Files
LEANN/examples/history_data/__init__.py
yichuan520030910320 8239bbb48f add google hostory api
2025-07-11 21:21:36 -07:00

3 lines
76 B
Python

from .history import ChromeHistoryReader
__all__ = ['ChromeHistoryReader']