micropython-samples
micropython-samples copied to clipboard
extend the feature __import__
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.
That is a good question. Unfortunately I don't know the answer.