Why would you need such a thing?
One reason executable files exist is to create an abstraction from development files, in your case, those two Python files. This is so that users only deal with one file without seeing the source code. When you have an executable application, everything that application needs is usually being packed into one single file.
Creating the executable while looking for the freedom of editing source code does not sound viable.