From 6b9fb649c6e7a287b23033ca07bda042a0e53f22 Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Sat, 2 May 2026 23:31:12 +0300 Subject: [PATCH] feat(types): add py.typed marker for PEP 561 compliance Add py.typed file to mark package as typed for mypy compatibility. This allows mypy to recognize pytfm as a properly typed package. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/pytfm/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/pytfm/py.typed diff --git a/src/pytfm/py.typed b/src/pytfm/py.typed new file mode 100644 index 0000000..e69de29