mirror of
https://github.com/micropython/micropython.git
synced 2026-01-20 10:57:20 +01:00
5 lines
72 B
Python
5 lines
72 B
Python
from ... import mod1
|
|
from ...mod2 import bar
|
|
print(mod1.foo)
|
|
print(bar)
|