audit_report: More docstring.

This commit is contained in:
Brett Smith 2020-09-17 10:33:47 -04:00
parent 0054465ce5
commit f8758e2847

View file

@ -1,4 +1,9 @@
"""audit_report.py - Utility to run all reports for an audit"""
"""audit_report.py - Utility to run all reports for an audit
This tool generates all reports for a fiscal year, plus the following months
available, to submit for audit. It parallelizes the work to run as efficiently
as possible.
"""
# Copyright © 2020 Brett Smith
#
# This program is free software: you can redistribute it and/or modify