mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-13 19:12:42 +02:00
Make PFERD executable via python -m
This commit is contained in:
@@ -159,3 +159,7 @@ def main() -> None:
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
else:
|
else:
|
||||||
pferd.print_report()
|
pferd.print_report()
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
|
Reference in New Issue
Block a user