Document why /pferd.py exists

This commit is contained in:
Joscha 2021-05-25 13:31:29 +02:00
parent 651b087932
commit 16d50b6626
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# File used by pyinstaller to create the executable
from PFERD.__main__ import main
if __name__ == "__main__":