mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
Creating of classes (types) and instances is much more like CPython now. You can use "type('name', (), {...})" to create classes.
Creating of classes (types) and instances is much more like CPython now. You can use "type('name', (), {...})" to create classes.