Files
MicroPythonOS/internal_filesystem/lib/typing.py
T
2025-05-19 10:08:43 +02:00

6 lines
131 B
Python

# typing.py: MicroPython compatibility layer for Python's typing module
# Provides List for type annotations
class List:
pass