diff --git a/internal_filesystem/lib/README.md b/internal_filesystem/lib/README.md index fe3eabff..078e0c71 100644 --- a/internal_filesystem/lib/README.md +++ b/internal_filesystem/lib/README.md @@ -8,4 +8,5 @@ This /lib folder contains: - mip.install("base64") # for nostr etc - mip.install("collections") # used by aiohttp - mip.install("unittest") +- mip.install("logging") diff --git a/internal_filesystem/lib/logging.mpy b/internal_filesystem/lib/logging.mpy new file mode 100644 index 00000000..2a765951 Binary files /dev/null and b/internal_filesystem/lib/logging.mpy differ