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
/
import_pkg3.py
blob: ec4697906205dadfd05237de49b6d7635a0f40e6 (
plain
)
1
2
3
4
5
6
7
from
pkg
import
mod
print
(
mod
.
foo
())
import
pkg.mod
print
(
mod
is
pkg
.
mod
)