pferd/pferd.py

7 lines
124 B
Python
Raw Permalink Normal View History

2021-05-25 13:31:29 +02:00
# File used by pyinstaller to create the executable
2021-05-24 15:21:25 +02:00
from PFERD.__main__ import main
if __name__ == "__main__":
main()