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
/
io
/
argv.py
blob: 834292504d05dcf8645bc93ae233d1f310cdeab8 (
plain
)
1
2
3
4
5
6
try
:
import
usys
as
sys
except
ImportError
:
import
sys
print
(
sys
.
argv
)