I have an application that I package with pyinstaller to windows package. I wanted to use the filelock.py to secure file writes. That file comes as a single .py fil
pyinstaller