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
/
basics
/
pkg3
/
mod2.py
blob: 67f43bad5217f0e98af1b29959bd0d5671dde026 (
plain
)
1
2
3
4
5
print
(
"mod2 __name__:"
,
__name__
)
print
(
"in mod2"
)
def
foo
():
print
(
"mod2.foo()"
)