- Add support for typing.List for python 3.10
- Lazyparser doesn't handle FileType and Function types anymore.
- Fix list subtypes checking when defined in the function definition.
- The object
List
form typing package is now recognized by Lazyparser and automatically transformed inlazyparser.List
object.