Generate stub files for Python Scripting

In large projects, using Python instead of C# for handling editor work can significantly reduce compilation waiting time.
However, without stub files, the IDE cannot provide code suggestions (for the Python API generated from the user’s C# API). This makes it almost impossible to use Python extension packages, resulting in the loss of their functionality!