We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7f477 commit 50f8c78Copy full SHA for 50f8c78
Work/porty-app/print-report.py
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env python3
2
+
3
+import sys
4
5
+from porty.report import main
6
7
+main(sys.argv)
0 commit comments