From 1167b8a540912f6b9619ffbcb66b239269c8cf31 Mon Sep 17 00:00:00 2001 From: Robby Date: Wed, 10 Sep 2025 13:59:39 -0400 Subject: [PATCH] feat: Add py.typed marker file for proper typing support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- jambo/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 jambo/py.typed diff --git a/jambo/py.typed b/jambo/py.typed new file mode 100644 index 0000000..e69de29 -- 2.49.1