5 lines
72 B
Python
5 lines
72 B
Python
|
from ... import mod1
|
||
|
from ...mod2 import bar
|
||
|
print(mod1.foo)
|
||
|
print(bar)
|