Josverl / micropython-stubs

Stubs of most MicroPython ports, boards and versions to make writing code that much simpler.
https://micropython-stubs.readthedocs.io
MIT License
133 stars 21 forks source link

Add typing.py and typing_extensions.py for MicroPython #736

Closed Josverl closed 6 months ago

Josverl commented 6 months ago

This pull request adds the typing.py and typing_extensions.py files for MicroPython. These files are necessary for type hinting and type checking in MicroPython projects.