We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02abce commit 813082aCopy full SHA for 813082a
collections/collections/__init__.py
@@ -0,0 +1,5 @@
1
+# Should be reimplemented for MicroPython
2
+# Reason:
3
+# CPython implementation brings in metaclasses and other bloat.
4
+# This is going to be just import-all for other modules in a namespace package
5
+from _collections import *
0 commit comments