diff --git a/collections/collections/__init__.py b/collections/collections/__init__.py new file mode 100644 index 00000000..f3c7f5ef --- /dev/null +++ b/collections/collections/__init__.py @@ -0,0 +1,5 @@ +# Should be reimplemented for MicroPython +# Reason: +# CPython implementation brings in metaclasses and other bloat. +# This is going to be just import-all for other modules in a namespace package +from _collections import *