You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
6 lines
131 B
Python
6 lines
131 B
Python
# typing.py: MicroPython compatibility layer for Python's typing module
|
|
# Provides List for type annotations
|
|
|
|
class List:
|
|
pass
|