UNB
/
CS
/
David Bremner
/
teaching
/
cs2613
/
books
/
practical-python
/
Solutions
/
9 3
/
porty-app
/ print-report.py
RecentChanges
#!/usr/bin/env python3
# print-report.py
import
sys
from
porty
.
report
import
main
main
(
sys
.
argv
)