Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 18:27:12 +00:00
parent 7b382dfc84
commit d5aca808f6

3
src/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Code Pattern Search CLI - A tool to search GitHub repositories by code patterns."""
__version__ = "0.1.0"