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
/
file-stdio.py
blob: cbdb070163c31abc19944c853dd7a7b886cc7def (
plain
)
1
2
3
4
import
sys
print
(
sys
.
stdin
.
fileno
())
print
(
sys
.
stdout
.
fileno
())