From 98c4816ad278783ec4b36a34c760a2da07bf22e3 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 22 May 2025 21:22:43 +0200 Subject: [PATCH] README.md --- internal_filesystem/lib/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/internal_filesystem/lib/README.md b/internal_filesystem/lib/README.md index ca6ae0d0..1c149121 100644 --- a/internal_filesystem/lib/README.md +++ b/internal_filesystem/lib/README.md @@ -6,4 +6,5 @@ This /lib folder contains: - mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree() - mip.install("aiohttp") # easy websockets - mip.install("base64") # for nostr etc +- mip.install("collections") # used by aiohttp