From 5e6b46a04794b4986fd2a8999216276e3b343237 Mon Sep 17 00:00:00 2001 From: Sugato Ray Date: Tue, 18 Jun 2024 01:27:14 -0400 Subject: [PATCH] Add `py.typed` to support PEP-561 (type-hinting) This adds support for type-hinting information as laid in [PEP-561](https://peps.python.org/pep-0561/). --- textgrad/py.typed | 1 + 1 file changed, 1 insertion(+) create mode 100644 textgrad/py.typed diff --git a/textgrad/py.typed b/textgrad/py.typed new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/textgrad/py.typed @@ -0,0 +1 @@ +