We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
__import__(mymodule)
from
from (mymodule) import (myFunction)
where mymodule and myFunction are string?
mymodule
myFunction
Thank you very much.
Activity