Initial commit: Add python-stub-generator project
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 04:51:44 +00:00
parent 4294c99455
commit be7bd08cd9

7
stubgen/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""Python Type Stub Generator CLI Tool.
A tool that automatically generates Python type stub files (.pyi)
from untyped Python code using static analysis.
"""
__version__ = "0.1.0"