mirror of
https://github.com/micropython/micropython.git
synced 2026-01-13 23:47:14 +01:00
This helps with handling "recursive" imports in sane manner, for example when foo/__init__.py has something like "from foo import submod".
2 lines
22 B
Python
2 lines
22 B
Python
from pkg2 import mod1
|