There is an application for preloading files/applications how to do something like this in python? For example, save files/strings/applications to RAM memory?
I tried using the "io" module, but (as I understand it) it just converts everything into bytes, not into RAM