From: Jeff Epler Date: Tue, 6 Sep 2022 16:57:30 +0000 (-0500) Subject: Provide stubs for micropython module X-Git-Tag: 8.2.2^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/1ed771f1cca5f23273e93a509ef003e363810985?hp=1ed771f1cca5f23273e93a509ef003e363810985 Provide stubs for micropython module This allows use of micropython.const to typecheck without making any changes to the .py files themselves. ---