add note on modularity

This commit is contained in:
qwjyh 2024-06-07 19:06:43 +09:00
parent a67e500c59
commit 5215702820

View file

@ -16,3 +16,6 @@ Then add histories to the database by
browser-history-merger path/to/merged.db add browser-id
```
# Tips
The program is a single file `./src/browser_history_merger/__init__.py` and can be used as a script.