From: ladyada Date: Mon, 25 Jun 2018 02:49:04 +0000 (-0400) Subject: bit of a hack X-Git-Tag: 0.1.0^2~6 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/81a5f9d72d1b3b5afb72cf460a9464e779c6144b?ds=inline bit of a hack --- diff --git a/src/micropython.py b/src/micropython.py new file mode 100644 index 0000000..7aaaca6 --- /dev/null +++ b/src/micropython.py @@ -0,0 +1,3 @@ +class const: + def __new__(self, x): + return x