Skip to content

Commit 813082a

Browse files
committed
collections: Add dummy implementation.
1 parent d02abce commit 813082a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)