From e21f4a76fd532a8103a460de6e9852bfb9097b19 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 04:41:07 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b9046a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# python-stub-generator + +A CLI tool that automatically generates Python type stub files (.pyi) from untyped Python code using static analysis \ No newline at end of file