mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-11 00:09:03 -06:00
Add file docstrings to every .py file, improved exception docstrings, helper func typehint
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
"""
|
||||
parsers.py
|
||||
|
||||
Stores classes related to parsing and extracting information from different messages returned by UnbelievaBot.
|
||||
"""
|
||||
|
||||
import logging
|
||||
import re
|
||||
from abc import ABC
|
||||
|
||||
Reference in New Issue
Block a user