Currently `types.SimpleNamespace` implementation is missing - https://github.com/micropython/micropython-lib/blob/f20d89c6aad9443a696561ca2a01f7ef0c8fb302/types/types.py#L16 - https://docs.python.org/3/library/types.html#types.SimpleNamespace
Currently
types.SimpleNamespaceimplementation is missingmicropython-lib/types/types.py
Line 16 in f20d89c