How to update freezed python code?
A normal python program can just open itself as a text file and write to it. And the changes will be there next time.
Is this possible with freezed python code or not?
I tried searching on the internet and didn't find anything relevant.