diff --git a/stubgen/__init__.py b/stubgen/__init__.py new file mode 100644 index 0000000..30872ba --- /dev/null +++ b/stubgen/__init__.py @@ -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"