kopia lustrzana https://github.com/micropython/micropython-lib
io: Add SEEK_* symbolic constants.
rodzic
1bae9c92c4
commit
72315593b3
4
io/io.py
4
io/io.py
|
@ -1 +1,5 @@
|
|||
from uio import *
|
||||
|
||||
SEEK_SET = 0
|
||||
SEEK_CUR = 1
|
||||
SEEK_END = 2
|
||||
|
|
Ładowanie…
Reference in New Issue