Make PFERD executable via python -m

This commit is contained in:
Joscha 2022-04-27 22:50:36 +02:00
parent 602044ff1b
commit d2e6d91880

View File

@ -159,3 +159,7 @@ def main() -> None:
sys.exit(1)
else:
pferd.print_report()
if __name__ == "__main__":
main()