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