diff --git a/pferd.py b/pferd.py index 21857f4..dfea7c2 100644 --- a/pferd.py +++ b/pferd.py @@ -1,3 +1,5 @@ +# File used by pyinstaller to create the executable + from PFERD.__main__ import main if __name__ == "__main__":