This /lib folder contains: - mip.install('github:jonnor/micropython-zipfile') - 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 - mip.install("unittest") - mip.install("logging") - mip.install("aiorepl")