pferd/pferd.py
2021-05-24 15:21:25 +02:00

5 lines
71 B
Python

from PFERD.__main__ import main
if __name__ == "__main__":
main()