index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
import
/
pkg7
/
subpkg1
/
subpkg2
/
mod3.py
blob: b85b34e60433e4fe9373a57e16606ea5bc85d25f (
plain
)
1
2
3
4
from
...
import
mod1
from
...mod2
import
bar
print
(
mod1
.
foo
)
print
(
bar
)