feat: Add py.typed marker file for proper typing support #44

Merged
h0rv merged 1 commits from feature/add-py-typed-support into main 2025-09-12 13:23:13 +00:00

1 Commits

Author SHA1 Message Date
Robby
1167b8a540 feat: Add py.typed marker file for proper typing support
- Add py.typed marker file to jambo package directory
- Enable static type checkers to recognize and use type annotations from the library

This allows IDEs and tools like mypy, pyright to properly type-check code using this library.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 13:59:39 -04:00