Initial commit: Add Local API Docs Search CLI tool
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-03 01:18:56 +00:00
parent 269309b463
commit 07fa1482cc

3
src/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Local API Docs Search - Index and search local API documentation."""
__version__ = "0.1.0"