From 2525ecf139c65645c869f7f1d11a2c62b15b5459 Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Mon, 27 Apr 2026 00:37:07 -0500 Subject: [PATCH] feat: add py.typed marker for PEP 561 compliance Allows mypy and other type checkers to use danom's inline type annotations instead of treating the package as untyped. --- src/danom/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/danom/py.typed diff --git a/src/danom/py.typed b/src/danom/py.typed new file mode 100644 index 0000000..e69de29