8 lines
183 B
Python
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"
|