Add file docstrings to every .py file, improved exception docstrings, helper func typehint

This commit is contained in:
Xevion
2021-01-24 23:30:09 -06:00
parent 58884a43ff
commit c9fad55ade
10 changed files with 73 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
"""
stat_analysis.py
A simple script for viewing income data from raw log data provided by the bot.
"""
import re
import matplotlib.pyplot as plt