Initial commit: Add python-stub-generator project
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
7
stubgen/__init__.py
Normal file
7
stubgen/__init__.py
Normal 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"
|
||||
Reference in New Issue
Block a user