Files
python-stub-generator/stubgen/__init__.py
7000pctAUTO be7bd08cd9
Some checks failed
CI / test (push) Has been cancelled
Initial commit: Add python-stub-generator project
2026-01-30 04:51:44 +00:00

8 lines
183 B
Python

"""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"