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
/
import2a.py
blob: def6aeb6aa3830704aca915213f13783fc394b0d (
plain
)
1
2
3
4
5
from
import1b
import
var
print
(
var
)
from
import1b
import
var
as
var2
print
(
var2
)