Would it be possible to automatically add `import typing` to the import section of the Python script when a type hint is used from `typing` module?
Would it be possible to automatically add
import typingto the import section of the Python script when a type hint is used fromtypingmodule?