List all the imports from the given python code
Example:
**Input**: import string **Output**: [\'string\']
Example2: