Shallow modifiable values on modules should not be used. They are broken e.g. by doing "from mod import val", and also
the C interface to MicroPython causes problems when they are used - the globals no longer work, and the syntax is even more awkward.
Shallow modifiable values on modules should not be used. They are broken e.g. by doing "from mod import val", and also the C interface to MicroPython causes problems when they are used - the globals no longer work, and the syntax is even more awkward.