Added
- The possibility to know if the imports are located inside inner scope ex. `function`, `class`, etc.
- Attribute `in_inner_scope` in every concrete class (`AbsoluteImportStatement`, `RelativeImportStatement`, `ImportFromStatement`)
to identify import inside a inner scope
- Attribute `outer_parent_node` that will contain the `AST` node referencing the structure that is around the import located in an inner scope.