Parses an import string into a tuple containing the import path and import name.
The import string to parse.
A tuple where the first element is the import path and the second element is the import name.
Parses an import string into a tuple containing the import path and import name.