first save

This commit is contained in:
tiijay
2025-10-19 18:29:10 +02:00
commit b5a30adb27
1303 changed files with 234711 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
"""
Collection and container types.
MicroPython module: https://docs.micropython.org/en/v1.26.0/library/collections.html
CPython module: :mod:`python:collections` https://docs.python.org/3/library/collections.html .
This module implements advanced collection and container types to
hold/accumulate various objects.
---
Module: 'ucollections' on micropython-v1.26.0-rp2-RPI_PICO
"""
# import module from stdlib/module
from collections import *