From 4379a234a247bad516957d20f22ff94a0d15d187 Mon Sep 17 00:00:00 2001 From: Kwieeciol <64413721+Kwieeciol@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:56:26 +0100 Subject: [PATCH] add `py.typed` to fix issues with type-checkers type-hints weren't picked up automatically before, adding the `py.typed` file forces type-checkers to analyze the types --- tinyprogress/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tinyprogress/py.typed diff --git a/tinyprogress/py.typed b/tinyprogress/py.typed new file mode 100644 index 0000000..e69de29