Hello Peter
Thank you for your amazing work on microPython, it is a bible for me.
I have a question:
is it possible to extend the feature __import__(mymodule) but with the from for exemple:
from (mymodule) import (myFunction)
where mymodule and myFunction are string?
Thank you very much.