From 65d7f6e4b337018e1e9d172a435e29e8cffb5c4a Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Mon, 23 Feb 2026 23:12:30 +0100 Subject: [PATCH] Comments --- internal_filesystem/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal_filesystem/main.py b/internal_filesystem/main.py index 4e2829be..c44ee8a6 100644 --- a/internal_filesystem/main.py +++ b/internal_filesystem/main.py @@ -2,6 +2,8 @@ # Make sure the storage partition's lib/ is first in the path, so whatever is placed there overrides frozen libraries. # This allows any build to be used for development as well, just by overriding the libraries in lib/ + +# Copy this file to / on the device's internal storage to have it run automatically instead of relying on the frozen-in files. import gc import os import sys