Skip to content

Commit

Permalink
Make PFERD executable via python -m
Browse files Browse the repository at this point in the history
  • Loading branch information
Garmelon committed Apr 27, 2022
1 parent a7221e7 commit c9e36af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PFERD/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@ def main() -> None:
sys.exit(1)
else:
pferd.print_report()


if __name__ == "__main__":
main()

0 comments on commit c9e36af

Please sign in to comment.