loop.call_later(0.1, functools.partial(unlock, lock)) ...
claude-code-python/ ├── tool/ # Tool System (Registry Pattern) │ ├── base.py # Tool abstract class + Permission model │ ├── registry.py # Global ToolRegistry │ └── builtin/ # Built-in tool ...