X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/0bc34ba4ce0673b54c537b6dd2629b4e68b2871f..81a5f9d72d1b3b5afb72cf460a9464e779c6144b:/src/micropython.py 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