Does anyone know if it is possible to merge multiple python files and depended library in a single .pyc bytecode file?
So that instead of keeping multiple files and I can just interpret the library as a single .pyc bytecode file.
Does anyone know if it is possible to merge multiple python files and depended library in a single .pyc bytecode file?
So that instead of keeping multiple files and I can just interpret the library as a single .pyc bytecode file.