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