micropython-lib/python-stdlib/io/io.py

6 wiersze
58 B
Python

from uio import *
SEEK_SET = 0
SEEK_CUR = 1
SEEK_END = 2