aboutsummaryrefslogtreecommitdiffstats
path: root/claude_logbook/__init__.py
blob: 09292944ebb8f2533d871a1a3fc224d038b58a63 (plain)
1
2
3
4
5
6
7
8
"""Browser for the sessions Claude Code stores in ~/.claude/projects/.

No dependencies: standard library only.
"""

__version__ = "1.1.0"

__all__ = ["__version__"]