From e888344ba561bc6a52f96f7a7bc2ad24be287a82 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 12 Aug 2025 21:00:46 +0200 Subject: add type hints It seems like the "simple" way with just the pyi file doesn't work, so we need to add the py.typed manually. Also, enjoy this path: hittekaart/hittekaart-py/hittekaart_py/hittekaart_py.pyi --- hittekaart-py/hittekaart_py/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hittekaart-py/hittekaart_py/__init__.py (limited to 'hittekaart-py/hittekaart_py/__init__.py') diff --git a/hittekaart-py/hittekaart_py/__init__.py b/hittekaart-py/hittekaart_py/__init__.py new file mode 100644 index 0000000..039ffd1 --- /dev/null +++ b/hittekaart-py/hittekaart_py/__init__.py @@ -0,0 +1 @@ +from .hittekaart_py import * -- cgit v1.2.3