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 @@
"""
stats.py
Holds classes and functions related to working with the database, i.e. storing statistics collected by the client.
"""
import asyncio
import logging
import sqlite3