mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-09 16:09:02 -06:00
Add file docstrings to every .py file, improved exception docstrings, helper func typehint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user