Configuration arguments for creating a Python import statement.
The module name to import
Optional
The names to import from the module (if using 'from ... import ...')
The alias for the module or imported name (if using 'import ... as ...')
Configuration arguments for creating a Python import statement.