Skip to content

Commit 50f8c78

Browse files
committed
Done 9.3
1 parent 8b7f477 commit 50f8c78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Work/porty-app/print-report.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)